I am new to programming. I am using ubuntu and .deb for installing vs code.When I try to debug a program(hello world in my case) it gives me error, that launch: program '/home/(myusername)/Projects/helloworld/build/Debug/outDebug' does not exist.
My Temporary Workaround.I go to launch.json file, in program field, i paste location for a compiled executable file.
Finally, I am looking for a permanent fix to my issue.