Y
Hacker News
new
|
ask
|
show
|
jobs
by
abhishekjha
1093 days ago
Like whats the general usage though?
python -m http.server is the most I have done.
1 comments
BiteCode_dev
1093 days ago
-m pdb is post mortem debugging, it drops you in the debugger when it encounters the first unhandled exception. This is much easier than trying to pin point where to put a breakpoint.
link