pdb vs. VisualVM
pdb vs. VisualVM
Posted Apr 24, 2015 16:42 UTC (Fri) by richardfearn (subscriber, #69449)Parent article: Python 3 adoption
> The Python debugger (pdb) looks "pretty sad compared to VisualVM".
That's an odd comparison. Those two things are fairly different. VisualVM is a monitoring/profiling tool, not a debugger.
It's a nice tool, though, and it comes included with the JDK.
