#include int main (int argc, char const *argv[], char const *envp[]) { puts("stop here"); // Set breakpoint here return 0; }