You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### :warning: You must put all source files in the same directory for this to work
8
+
9
+
### :one: Launch the debugger from the main file. This will fail, but it will also create a `launch.json` or `tasks.json` file in the `.vscode` directory
10
+
11
+
### :two: Edit the config json file to include all source files: in the `args` section search for a line with something like `"${file}"` and replace it with `"${workspaceFolder}/*.cpp"` or simply `"*.cpp"`
0 commit comments