delve/_fixtures/bpfile
aarzilli eb2bc2a7ee terminal: Implements init file and source command
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
2015-10-04 10:32:38 -07:00

9 lines
69 B
Plaintext

# comment line
trace main.main
break main.sayhi
#
# comment line
#