[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| 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.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 825.1 |  | TLE::MURRAY | Wanfang Murray | Mon Feb 24 1997 10:26 | 4 | 
|  | 
See note 833.1
Wanfang
 |