# assembly

# test_c

start:

Vgdb

set breakpoint at line 6 of current file:

VgRunConfigCommand set_breakpoint_in_file 6

run:

VgRunConfigCommand run

step:

VgRunConfigCommand step

continue:

VgRunConfigCommand continue

# test_go