mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
The Pending flag is automatically supplied to the breakpoint function in the Debug dialog for the Run mode.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
extern "C" void function1() {
|
||||
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user