[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

Title:Digital Ladebug debugger
Moderator:TLE::LUCIA
Created:Fri Feb 28 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:969
Total number of notes:3959

185.0. "Examining address using User defined data types:" by CADSYS::BOGDANOV () Thu Feb 23 1995 11:39

T.RTitleUserPersonal
Name
DateLines
185.1UHUH::SHAMIMThu Feb 23 1995 12:4214
185.2It does not work in GUICADSYS::BOGDANOVThu Feb 23 1995 14:1522
185.3UHUH::LUCIAC++ Programmers do it with classFri Feb 24 1995 08:2170
185.4exampleCADSYS::BOGDANOVFri Feb 24 1995 10:2652
185.5UHUH::MURRAYWanfang MurrayFri Feb 24 1995 13:248
185.6UHUH::DMURPHYMon Mar 13 1995 14:19153
185.7TLE::SHAMIMMon Apr 28 1997 12:4224
The problem reported in .0 seems to have been fixed.


Welcome to the Ladebug Debugger Version 4.0-36
------------------ 
object file name: note185 
Reading symbolic information ...done
(ladebug) bp main
[#1: stop in int main(void) ]
(ladebug) r
[1] stopped at [main:6 0x120001108]
      6     x = 10;
(ladebug) print *(A*)0x120001108
struct a {
  b = 1205949440; 
}
(ladebug) print *(a*)0x120001108
struct a {
  b = 1205949440; 
}
(ladebug) q


shamim