Is it possible to somehow see in the debugger in Eclipse where this method was called from? That is, they set a break point on a line inside some method, execution at this point has stopped, and you need to know where this method was just called from.

  • @dmitry_iii Added java label, if you use Eclipse to work with another language, please specify. - Nicolas Chabanovsky

2 answers 2

In debug mode, the Debug tab contains a call stack

    control + shift + P - finds all the places in the program where the desired method was called