You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: