-
Notifications
You must be signed in to change notification settings - Fork 462
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
Passing custom arguments while debugging via dap #440
Comments
You mean to accept command line arguments or Command line arguments can be passed in through btw, as different debuggers have their own initialization methods, it is impossible to make a feature available on all debuggers at the same time. The best way is to read the documentation of a debugger and add the corresponding options in the configuration. If you mean redirecting user input, the best way I can think of now is to redirect |
( |
sorry for my vague expression, actually I mean user input, I've read the dap document and found the I think your comment to this issue is right, It's better to let users config themselves, should I close this issue? |
hmm my interpretation of the issue is to allow users to input interactively during a debugging session.. But if this works for you, you may close this issue at any time 👍 |
IMO there are many options available, and we should leave the choices to users.
|
Feature description
well,I find out that our dap configuration is lack of passing custom arguments ability when I'm debugging some c++ programs that require the user to enter their own arguments. thus I wonder whether we should change the dap configuration to support custom arguments, or just let users do it themselves?
Additional information
No response
The text was updated successfully, but these errors were encountered: