top | item 36340330

(no title)

mm007emko | 2 years ago

Java programs might not run in debugger very well either, depends on where and how you place breakpoints.

However I'd be glad if profilers (and notably memory profiler) would slow down a Python program only as much as valgrind does C.

discuss

order

The_Colonel|2 years 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.