1#include <stdio.h>
2
3int
4main (int argc, char **argv)
5{
6 printf (format: "Set a breakpoint on this line.\n");
7
8 return 0; // Set another on this line.
9}
10
11
12

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/main.c