ProDBG
ProDBG copied to clipboard
Step Into Function
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