ProDBG icon indicating copy to clipboard operation
ProDBG copied to clipboard

Step Into Function

Open emoon opened this issue 8 years ago • 0 comments

rocketz:

Sometimes you see code like this:

MyFunc(a->Width(), a->Height(), a->Bla(), b->Foo());

Using the usual "Step Into" will take you to all kinds of functions you might not care about and is super tedious. A new "Step Into Function" should step into the last function called on the line: MyFunc

emoon avatar Apr 24 '16 16:04 emoon