What gives with my debugger?

pachjo

Well-known member
Joined
Dec 12, 2006
Messages
370
Programming Experience
10+
Hi, for some reason I cannot get my debugger to work :(

I set a break point and it stops correctly, but when I press F5 it just runs as normal.

The ony way I can trace at the mo is to break point every cockerdoodle line!!

Under properties I have tried setting it to Active Debug and just Debug to no avail.

Help please..... :(:(
 
When it hits a break point, press F8 to continue line by line

F5 is the "run" key, even when you're editing code without your program running, pressing F5 will build and run your program
 
Hi, F8 does nothing, it is not listed on the debug menu either.

F5 is listed as continue which is what I am sure I always used?

F10 works but this steps of proc calls etc

??????
 
Back
Top