
The 'source' command reads the file specified as argument and executes it as a list of delve commands. Additionally a flag '--init' can be passed to delve specifying a file containing a list of commands to execute on startup. Issue #96
9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
# comment line
|
|
trace main.main
|
|
|
|
break main.sayhi
|
|
|
|
#
|
|
# comment line
|
|
#
|