Trying to debug a cpp program in Linux Mint with VSCode 1.20.
My launch.json is simply the auto-generated file, no modifications.
Whenever the workspaceFolder contains a space, the debugger terminal will fail to start (likely due to the need of some quotes somewhere).
When moving the entire workspace to a path without any spaces, debugging works fine.
Trying to debug a cpp program in Linux Mint with VSCode 1.20.
My launch.json is simply the auto-generated file, no modifications.
Whenever the workspaceFolder contains a space, the debugger terminal will fail to start (likely due to the need of some quotes somewhere).
When moving the entire workspace to a path without any spaces, debugging works fine.