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

Debug problem

Status
Not open for further replies.

serkanb

Programmer
Jan 30, 2002
19
0
0
TR
When I tried to debug my program,I've get this error message.

"One or more breakpoints cannot be set and have been disabled. Execution will stop at the begining of the program."

Loaded 'C:\WINNT\System32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.

Can you help me?
 
It is perfectly fine, you have a break point on a line of code that is not executable (i.e. within ifdefs or a comment)

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top