Pernosco / pernosco

General-purpose public wiki and issue tracking
13 stars 0 forks source link

Step into function from source view #7

Closed theres-waldo closed 5 years ago

theres-waldo commented 5 years ago

If you have a function selected in the source view, it might be nice to be able to step into it directly from the source view (e.g. right click --> step into, or a button in a toolbar attached to the source view) instead of having to open the gdb shell to step.

khuey commented 5 years ago

Have you looked at the "callees" view?

theres-waldo commented 5 years ago

Thanks, the callees view works well for this purpose!