This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: insight debugger - command line arguements


Weaver, Jeff wrote:
> how do I start the graphical debugger with commandline
> arguments (e.g. checksum.exe infile.hex)?

This might work:
  insight --args checksum.exe infile.hex

While you're at it, you might want to try:
  insight --help

You can also specify them in the target settings dialog
(set target to Exec and you'll get an Arguments box) or
display the GDB console and use "run infile.hex".

gsw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]