Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using debugger

Status
Not open for further replies.

raven111

Programmer
Apr 22, 2005
3
US
Hey,

I was having some trouble using the Borland builder’s debugger. Ive used debuggers in Visual Studio and eclipse and never had any issues.

In Borland, after setting the breakpoint and running the project using "Debug Project", I get a window called the “cpu view” and displays some assembly code. I read the help manual but didnt really help much. All i want is for the program to stop execution at the breakpoint so that I can check the values of different variables.

Hope someone could help me out.

Thanks
raven

 
I've never had a breakpoint display the CPU screen, only errors like exceptions. How are you setting the breakpoint, what options do you have on, etc?

Verrrry odd!


James P. Cottingham
-----------------------------------------
To determine how long it will take to write and debug a program, take your best estimate, multiply that by two, add one, and convert to the next higher units.
 
I dont key-in any of the options. Just make a breakpoint by clicking the grey frame (window border). Although, the program is crashes at a certain point in its execution, but the breakpoints are much before the block of code that throwing the error.

Thanks


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top