Bug #9035 2006-10-07 09:35
dkirienko
Artifact lines in the "Watches" window after end of debug
C::B revision 3025, Linux.
Steps to reproduce
1. Create a simple console applisation.
2. Enter next code to the main.cpp file:
int main()
{
int A[5];
A[0]=1;
return 0;
}
3. Set the breakpoint to the last line of code (the line with one closing bracket) and start debug.
4. We see next screenshot: http://server.179.ru/~dk/cb3.png
5. Press F7 key. The debugger will stop, and we see next screenshot: http://server.179.ru/~dk/cb4.png
6. The bug: two lines with old values of A in the "Watches" window.
- Category
- Debugger
- Group
- Status
- Closed
- Close date
- 2007-05-25 19:58
- Assigned to
History
Report is closed.
Note: This is a preformatted standard message.
Possible reasons for closing this report are:
* the developer in charge of the issue
- could not reproduce it despite trying several times
- did not get sufficient information
- got no reply to an inquiry for specific information
* the report is quite a bit dated of now, and
- no user comments have been added for several weeks
- significant changes have been made to the code
- no other developer could reproduce it either
It is assumed that the problem does not persist and the report
can be closed.
If the problem reappears in future releases, please feel free to
re-open this report and provide precise information on how to
reproduce it.