|
Re: Running an alias before debug runs [message #1790844 is a reply to message #1790710] |
Mon, 18 June 2018 22:07 |
David Vavra Messages: 1426 Registered: October 2012 |
Senior Member |
|
|
The launch configuration dialogs have tabs for
Environment variables
Source lookup paths
and other things
You get to them using
Run --> Debug Configurations .. or
Run --> Run Configurations ... or
the arrows next to the Debug or Run As tool bar buttons
If you want to run something in addition to the debugger you could try replacing the debug command with something like
bash bashScriptFilename.sh or
bash /c "bunch of commands"
Never tried it.
May not work.
Just so you know, the launch configurations are unique by name and workspace.
If you edit one with Debug Configurations .. you get a Debugger tab and the Debug (vs. Run) button
[Updated on: Mon, 18 June 2018 22:16] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.02476 seconds