ipdb
ipdb copied to clipboard
ipdb.set_trace() to provide link to invocation point
In PyCharm when an exception is thrown, I am provided a link to where it was thrown, ie:
File "/Users/fred/PycharmProjects/someproject/load.py", line 80, in split_dataframe
This would be useful at least as an option for set_trace too.
I do not understand what you mean. Do you feel like giving more details ?