(no title)
saila | 1 year ago
With Python, you can run your program under pdb, which will automatically enter break on exceptions, and you can easily print locals.
saila | 1 year ago
With Python, you can run your program under pdb, which will automatically enter break on exceptions, and you can easily print locals.
No comments yet.