Hacker News new | ask | show | jobs
by The_Colonel 1097 days ago
I noticed that java with a connected debugger can be very fast even with breakpoints, but stepping over can be very slow. Which is a big weird, since "step over" is basically just putting the breakpoint on the next line.