c - Converting a non-GUI Makefile (make) project to KDevelop -
I have a simple project that I compile that I want to run and debug in KDevelop, It works to get it to work. I have installed SeamCom and have tried to import an existing project and start a new one (which insists on creating main.cpp file), but what do I do to run the program I'm doing all the menu options.
How do I transfer this project to KDE?
Yes, once you've created a new project by importing custom messaging, go to the Run menu, configure Launch , Then select Global Tag, then press the green plus + icon.
This will create a new launch configuration that you will need to fill it with in the right execution path and all of the logic and whatnot.
Once these are set, the executed / debug option will ungrey.
I had to find out today, it was not clear at all.
Comments
Post a Comment