Files
seer/tests/helloworld/breakpoints.seer
T

7 lines
248 B
Plaintext
Raw Normal View History

dprintf -source /nas/erniep/Development/seer/tests/helloworld/helloworld.cpp -line 13,"argc=%d i=%d\n",argc,i
break -source /nas/erniep/Development/seer/tests/helloworld/helloworld.cpp -line 24
2023-07-13 15:26:14 -05:00
commands
printf "Here %d ",j
2023-07-13 15:26:14 -05:00
continue
end