Files
seer/tests/hellofibonacci/breakpoints.seer
T
Ernie Pasveer c84dd60a7e Cosmetic changes for specifying conditions in breakpoints.
Add the 'if' word to the dialogs.
Parse the breakpoints table more effieciently.
2023-11-24 13:11:49 -06:00

4 lines
164 B
Plaintext

break -source /nas/erniep/Development/seer/tests/hellofibonacci/hellofibonacci.cpp -line 23
break hellofibonacci.cpp:34
condition $bpnum $_streq(s.c_str(), "21")