[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

397.0. "Ladebug Debugger Version 4.0-11 - Expanding a pointer to a complex type" by UHUH::MICHAELS (Karen Michaels) Tue Jan 09 1996 16:34

T.RTitleUserPersonal
Name
DateLines
397.1Reproduce with different sourceGOLLY::BRODEURMichael BrodeurFri Jan 19 1996 11:3431
397.2Related problem, different circumstancesUHUH::JOYCEWed Feb 14 1996 19:3423
397.3Fixed?TLE::LUCIAhttp://asaab.zko.dec.com/~lucia/biography.htmlFri May 02 1997 14:3718
    The problem in .0 sort of works.  Double click on load gives
    
    load               0x14000000
     *load             _array
    
    Double click on *load gives
    
    load               0x14000000
     *load             _array
      count            0
      data_one         0x00000000
      data_two         0x00000000
    
    The extra click on *load I think could be avoided.  Does this have to
    do with the typedef/struct/expansion?  I.e., where we show the minimal
    expansion?