Can I using debugger in IntelliJ check from where was called method (source call) ?
For example I have method public Object getSomething(int i)
and I toggle breakpoint at this method. Debugger stoped and there is my question - Can I check from where was called this method ?
I am using OS X system on MacBook.
You can use Ctrl+Alt+F7 to jump to the callers of the method.
(⌘+⌥+F7 on MAC)
Edit: I think Ctrl+F7 (⌘+F7 or ⌥+F7) will be helpful, this will take you straight to the caller of the function.
Edit2: Alt+5 (⌘+5) pulls up the Debugger window where you can see all the previous calls made. There you can choose the caller of your method in question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With