1 2 3 4 5 6 7
#include <stdio.h> int main (int argc, char const *argv[], char const *envp[]) { puts("stop here"); // Set breakpoint here return 0; }