Y
Hacker News
new
|
ask
|
show
|
jobs
by
hguhghuff
2614 days ago
On the contrary I think the author is spot on. I can never be bothered to get the debugger going no matter how easy.
1 comments
hobs
2614 days ago
So why would installing another debugger be easier?
link
apetresc
2614 days ago
But this isn't a debugger. It's just instrumenting a function with some very verbose logs.
link
stefano
2614 days ago
But it's harder to install this, import it, and add a decorator than it is to type "breakpoint()".
link
scbrg
2614 days ago
It might be easier than migrating to 3.7, and
then
typing "breakpoint()"
link
skybrian
2614 days ago
That requires an interactive session, for example starting the program yourself from the command line.
link