Issue
Is there a way to see the line/method that's currently executing in the NetBeans debugger, without doing step-by-step execution?
I know I could set breakpoints, but I'm curious if there's a way to do it without breakpoints.
Solution
VisualVM, which comes bundled with java JDK, can show you live trackable method executions.
Answered By - devBinnooh
Answer Checked By - Mary Flores (JavaFixing Volunteer)