1#include <stdio.h>
2
3int main (int argc, char const *argv[], char const *envp[])
4{
5 puts(s: "stop here"); // Set breakpoint here
6 return 0;
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/functionalities/plugins/python_os_plugin/main.c