[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

825.0. "dxladebug handles incorrect monitors very ungracefully" by CXXC::MJHANS (Matthew Hanselman, DEC C) Mon Feb 10 1997 17:32

Take this program:

---------
void a()
{
  int b = 5;

  return;
}

main()
{
  a();
}
---------

If you're in a(), put a monitor on b, then leave a's scope, you now have a
greyed-out "b" in your monitor window, with which you can do absolutely nothing.

I believe this has been posted before.

								- Matt
T.RTitleUserPersonal
Name
DateLines
825.1TLE::MURRAYWanfang MurrayMon Feb 24 1997 10:264
See note 833.1

Wanfang