Debugging software for .h files?

Bonkers About Tech

Reputable
Jan 10, 2017
7
0
4,510
Hi there, you can't debug a header file (.h). Its like an interface to the logic in a (.c or .cpp) file. If you wish to debug the actual logic contained in a .c or .cpp file, then I recommend Visual Studio.

Hope that helps.
 

Bonkers About Tech

Reputable
Jan 10, 2017
7
0
4,510


Yeah that definitely will be a challenge. Debugging any C/C++ in Linux is hard. From experience, although there were IDE's available when I was programming C++, I often resorted to printing out variables with std::cout :)
 

TRENDING THREADS