Commit 9357d90
committed
Fix passing long environment variables to de 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 9357d90
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