-
Notifications
You must be signed in to change notification settings - Fork 44
Be able to switch the JustMyCode
flags on the debugger UI panel directly and quickly?
#116
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
Comments
Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue. |
justmycode
on the debugger UI panel?justmycode
on the debugger UI panel?
justmycode
on the debugger UI panel?JustMyCode
on the debugger UI panel?
JustMyCode
on the debugger UI panel?JustMyCode
for the debugger on the UI panel quickly?
JustMyCode
for the debugger on the UI panel quickly?JustMyCode
for the debugger on the UI panel quickly?
I created a workspace for the cases like this (I do Python). I use my "default" sandbox workspace for little things, while for larger projects I have separate workspaces / folders. I believe that in most situation you don't even have to add the folder with target files to the workspace, although you could certainly do that. On the one hand, I understand that this requires some setup. On the other hand, your proposal will multiply concepts and entities, and I find the whole hierarchy of VS Code configuration files and settings already very confusing. |
Thank you to everyone who upvoted this issue! Since the community showed interest in this feature request we will leave this issue open as something to consider implementing at some point in the future. We do encourage people to continue 👍 the first/opening comment as it helps us prioritize our work based on what the community seems to want the most. |
JustMyCode
for the debugger on the UI panel quickly?JustMyCode
flag on the debugger UI panel directly and quickly?
JustMyCode
flag on the debugger UI panel directly and quickly?JustMyCode
flags on the debugger UI panel directly and quickly?
I will further add that this should probably default to false. I feel the feature brings a lot more confusion than it brings value by editing the stack trace and disabling the ability to look into the library’s code. At the very least there should be another button to step in regardless of where the code is. |
sometimes ppl also want to debug the code of the imported library for one or two quick issues, so it is probably a frequent feature and it would be cool since changing the settings from .json is hard to do.
also, if the user opened just a python file instead of a folder, the debugger panel doesn't show
create a launch.json
but `select a folder.for small projects, there may be no folder at all.
The text was updated successfully, but these errors were encountered: