|
-
April 25th, 1999, 04:26 PM
#1
One or More Breakpoint cannot be set ! what's wrong here ?
I swapped compilers, using the batch file trick, and copied all debug DLL's for VC6(sp2)
The project I just completed in VC5(sp3) worked and I could set breakpoints.
Now when I use VC6 I get the message
"One or more breakpoints could not be set, and have been disabled. Execution will stop at beginning of program"
So, I went back to VC5..... now it's the same and I can't set breakpoint at all, even on a simple thing like
int a=0;
a++; // can't set breakpoint here....!
I deleted all Debug directory files and did a "rebuild all", it did not cure the problem..
What am I doing wrong ?
TIA

My Web Site
http://www.flash.net/~hansw
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|