Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
trymas
on June 2, 2020
|
parent
|
context
|
favorite
| on:
Guide to Python Debugging
Can you step through the code when embedding ipython in your code? Does this approach have advantages versus `ipdb` or `pdb++` ?
drpancake
on June 2, 2020
[–]
No, but I rarely find it helpful to step through code. That's the other 2%.
jsmeaton
on June 2, 2020
|
parent
[–]
import ipdb; ipdb.set_trace()
IPython pdb session.
drpancake
on June 2, 2020
|
root
|
parent
[–]
Yes I'm aware of this.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: