DEV Community

Discussion on: Run, Debug & get IntelliSense for C C++ in VSCode

Collapse
 
ishiku_ultra profile image
Sam Goodnight

In launch.json and tasks.json
${fileDirnam} = my local path to exe? -> ${C:/Users/User/Desktop/c_folder/
And
${fileBasenameNoExtension} = a? given standard .exe name with gcc?

Or does vscode dynamically update these variables when i run debugger?

  • Thaks ahead of time.