|
-
October 27th, 2009, 02:21 PM
#1
Debugging completely skips methods WHY?
I am debugging a project and 98% of the time things work well. The other 2% I get exceptions because the program decided to skip a method that it must go through.
When I hit the exception I drag the little yellow arrow back to the method and walk through the entire routine and everything works out fine.
What is going on here?
It seems that the program is working too fast for its own good.
-
October 27th, 2009, 02:58 PM
#2
Re: Debugging completely skips methods WHY?
Is your program multi-threaded?
-
October 27th, 2009, 03:29 PM
#3
Re: Debugging completely skips methods WHY?
-
October 27th, 2009, 03:39 PM
#4
Re: Debugging completely skips methods WHY?
Have you explicitly created any threads?
-
October 27th, 2009, 04:23 PM
#5
Re: Debugging completely skips methods WHY?
this also happens when your debug symbols are off (if you're attaching to a running application which has an older version of the code base).
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
|