.NET Debugging Issue

Posted by teishu on Stack Overflow See other posts from Stack Overflow or by teishu
Published on 2010-05-07T06:06:53Z Indexed on 2010/05/07 6:18 UTC
Read the original article Hit count: 197

Filed under:
|
|

Just wondering if someone could shed some light on a problem I'm having. The think() method is called every 100ms, and i have a few breakpoints set however the first one that gets stopped at isn't the first that should.. It seems to miss stopping on the others. Has anyone seen anything like this before? See screenshot below, the one it is stopped at is the first one it stopped at.

Image Link

© Stack Overflow or respective owner

Related posts about c#

Related posts about debugging