1int foo(int a, int b) {
2 return a + b; // Set breakpoint here
3}
4
5int main() {
6 return foo(a: 1,b: 3);
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/python_api/findvalue_duplist/main.cpp