If I build a perfectly running program (no errors), without the debugging routine turned on, I get a dialogue box that says I need to turn on the debugger by putting Full in Compile and CodeView and COFF in the Linker. Then, when I click on the Go/Debug it turns main pink. I can set a breakpoint and it will stop there. But, if I put an error in the program, say by just eliminating a semi-colon, it won't stop at the breakpoint - just runs through the Go/Bug from beginning to end. So, it seems like the debugger only works when the program is working perfectly! Has anyone run into this and what is the work around. I have read everything and found nothing that addresses this. Thanks.