Config files which compile C/C++ program and put the executible in /bin
which is created at the root ie. ${workspaceFolder}
The repo contain two folders For Linux and For Windows
- task.json
- launch.json
- F5 - Compile and Debug
- Ctrl + F5 - Compile and Run
- Ctrl + Shift + B - Runs the build task which Compiles Executable and stores in
/bin
Pre-requisites mingw32-gdb
& mingw32-gcc-g++
are required to be installed through MinGW
- F5 - Compile and Debug
- Ctrl + Shift + B - Runs the build task which Compiles Executable and stores in
/bin
Known Issues with Windows:
- It doesnt work with integrated terminal
- F5 need a breakpoint on last line else external terminal closes as soon as the program ends
Feel free to solve these :)