The Pending flag is automatically supplied to the breakpoint function in the Debug dialog for the Run mode.

This commit is contained in:
Ernie Pasveer
2023-03-15 17:49:03 -05:00
parent caa8d7f33c
commit 358b210f1d
6 changed files with 75 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
extern "C" void function1() {
std::cout << "Hello, world!" << std::endl;
}