-
Notifications
You must be signed in to change notification settings - Fork 42
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
no way to set current working directory #90
Comments
There is a placeholder for this in the configuration I added in #122 cdt-gdb-adapter/src/GDBDebugSession.ts Line 45 in 7e2014f
|
For completeness, as much of the focus has been on embedded targets which have no concept of cwd for the inferior, there is a cwd for the gdbserver (or whatever is used as the target server) cdt-gdb-adapter/src/GDBTargetDebugSession.ts Lines 49 to 50 in 7e2014f
|
This adds the "cwd" parameter to the DAP launch request. This came up here: eclipse-cdt-cloud/cdt-gdb-adapter#90 ... and seemed like a good idea.
This adds the "cwd" parameter to the DAP launch request. This came up here: eclipse-cdt-cloud/cdt-gdb-adapter#90 ... and seemed like a good idea. Reviewed-By: Eli Zaretskii <[email protected]>
This adds the "cwd" parameter to the DAP launch request. This came up here: eclipse-cdt-cloud/cdt-gdb-adapter#90 ... and seemed like a good idea. Reviewed-By: Eli Zaretskii <[email protected]>
I'd like the executable under debug to run from a certain directory so that files it creates go there. We don't have an option for that.
The text was updated successfully, but these errors were encountered: