1
2#include "foo.h"
3
4int main(int argc, char const *argv[]) {
5 int f = foo(argc);
6 return 0; // main breakpoint 1
7}
8

Provided by KDAB

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

source code of lldb/test/API/tools/lldb-dap/breakpoint-events/main.cpp