-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support customizing Just My Code settings for interactive window #1656
Comments
@Coderx7 . Thanks for the report. I don't think that we would special case one item. Instead we should be respecting the general ptvsd debugging rules: |
Possibly resolved by #2087 (allowing a more fine grained solution) Missed this |
We are dependent on #2087 being addressed before being able to do this. |
New link to dependent issue is: https://github.com/microsoft/ptvsd/issues/2073 |
This should be fixed with microsoft/debugpy#664 |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
It would be great, not to encounter the
interactiveshell.py
when debugging.I uncheck Debug just my code so that I can step into the libraries I use. However,
interactiveshell.py
is a nuisance here which I really dont need to see or work with.If
interactiveshell.py
is of any importance, we can add a separate checkmark for it in the settings that lets the user explicitly enable it (i.e. when debugging, the first code that he/she sees is interactiveshell.py!).In my humble opinion, 99.99% of the times, no one intends on checking on
interactiveshell.py
when they start debugging their code.It would be great to have this out of the way.
Thank you all very much in advance
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: