Having to press step into twice, to actually step into with debugger?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Having to press step into twice, to actually step into with debugger?

Tim Mackinnon
Has anyone else noticed that you often have to click 2 times, to step into some things in the debugger?

I had some code like this:

MyClass verify

And had a break point on #verify, which the debugger stops on, but then I have to click into, twice to go through the code? Is there something different about this kind of statement, or is this some bug?

Tim