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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPU Breakpoint Problem 1

Status
Not open for further replies.

LarryWheeler

Programmer
Oct 22, 2007
3
0
0
US
A CPU breakpoint started appearing in one of my Delphi 6 programs. I never have intentionally set a CPU breakpoint. In the displayed thread a few lines above where the code stops is the line ntdll.DbgUserBreakpoint. I have not been able to remove it. If I right click it and click toggle, it appears to set a breakpoint (red top appears to the left). Suggestions would be greatly appreciated.
 
I think you may have to open your source files in notepad and save them. I've had this problem and it turned out that my file had become a unix style file (no CR character at the end of each line).
 
Agreed, lost CRs can cause problems with your source, usually its misplaced 'compilable line' dots.
I cant remember if I have seen this since moving to D7, so it might be fixed after V6?

Steve: N.M.N.F.
If something is popular, it must be wrong: Mark Twain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top