Home | Notes | Languages | Programs | Homework |
Re: Debugger |
John Gordon (jogordo3@VT.EDU)
Tue, 25 Sep 2001 03:23:49 -0700
Message-ID: <KOEOJPHAEDKBBMOMNEFDOEAPCAAA.jogordo3@vt.edu> Date: Tue, 25 Sep 2001 03:23:49 -0700 From: John Gordon <jogordo3@VT.EDU> Subject: Re: Debugger
That breakpoint is where the program is core dumping.
Debuggers usually halt on exit, so it is likely halting
on the exit as a result of invalid memory access.
-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu]On Behalf Of
Brian Melanson
Sent: Saturday, September 22, 2001 7:57 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: [CS3304_91312] 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 |