Files
seer/tests/helloworld/breakpoints.seer
T

7 lines
248 B
Plaintext

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
commands
printf "Here %d ",j
continue
end