Y
Hacker News
new
|
ask
|
show
|
jobs
by
apetresc
2620 days ago
But this isn't a debugger. It's just instrumenting a function with some very verbose logs.
1 comments
stefano
2620 days ago
But it's harder to install this, import it, and add a decorator than it is to type "breakpoint()".
link
scbrg
2619 days ago
It might be easier than migrating to 3.7, and
then
typing "breakpoint()"
link
skybrian
2620 days ago
That requires an interactive session, for example starting the program yourself from the command line.
link