One of my programs is stopping at some position (no exception, also seems not to be crashed), but I don't know that position. Instead of setting up a breakpoint (which means you already need to know the position where something happens), is it possible to get an information which code line was executed as last (=before now)? I am using Eclipse, is this maybe somehow possible in the debug view?
Think of something like step-by-step code execution, except that I don't want to click step-by-step a million times, instead Eclipse or some other tool shall do that for me.
Thanks for any hint on this!
