Commit 3f3c22b
committed
Fix passing long environment variables to the debugger
Increase the command buffer size x10 to support passing long environment
variables. This is required in projects like GStreamer requiring to
setup env variables like GST_PLUGIN_PATH with several directories in
order to be able to debug without having to install into a prefix, which
takes a long time and slows down the development cycle.
microsoft/vscode-cpptools#8411
microsoft/vscode-cpptools#68741 parent f2acb1f commit 3f3c22b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
0 commit comments