Home | Notes | Languages | Programs | Homework |
Debugger |
Brian Melanson (bmelanso@VT.EDU)
Sat, 22 Sep 2001 22:57:20 -0400
Message-ID: <NDBBLOIIEMCGNOBOICJBOELIDKAA.bmelanso@vt.edu> Date: Sat, 22 Sep 2001 22:57:20 -0400 From: Brian Melanson <bmelanso@VT.EDU> Subject: Debugger
Hi
Is anyone else having problems with the debugger? When I step thru using
the step over (or trace into) options, it comes up with "Stopped by
breakpoint 1" even though I have never added breakpoints. This occurs on a
writeln. If i hit f7 to continue, it says "program exited with exitcode =
101"
Yet when I run the program from the command line, it runs fine (well, at
least at that point).
Any suggestions how to make the debugger work correctly? its really hard to
troubleshoot a pointer issue if I can't step thru to see what is causing the
problem
- Brian
Home | Notes | Languages | Programs | Homework |