About
Contact
QtCreator
KDevelop
Solarized
1
#include
"foo.h"
2
3
int
main
(
void
) {
4
foo
();
// Set a breakpoint here
5
}
6
7