this post was submitted on 29 Jul 2023
7 points (100.0% liked)

Programming

13097 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/1048663

This month we look at debuggers in Python and how to choose your own debugger instead of relying on the built-in pdb.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

Ah interesting, I'll have to try some of these out. Other than the default debugger, I've only used ipdb and the barcode debugger, both of which leave some to be desired.