I had to use an external library which is not inbuilt in gcc, which needs linking manually every time I compile. So I changed some environment variables in order for it to work properly with make filename. But VSCode debugger uses gcc so it doesn't debug. So I want to change it to use make.
Asked
Active
Viewed 29 times
1
-
Have you tried editing tasks.json [like this](https://devblogs.microsoft.com/cppblog/building-your-c-application-with-visual-studio-code/#Makefiles)? – Nick ODell Jul 26 '20 at 02:44