aboutsummaryrefslogtreecommitdiffstats
path: root/c/debug.dbg
blob: 36b21f6252ca876c83d302e5e44c599e5334a784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set width 0
set height 0
set verbose off

b main
commands 1
  print argc
  print argv[0]
  continue
end

file ./main-dbg
run