Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hibachi-dev] Launch configurations??

Luke,

JDT attempts to determine the class containing the main method based on your current selection in the workspace. Hibachi currently does not have this functionality.

The only way to run/debug an Ada program is to manually create an Ada launch configuration which is then used to trigger running/debugging:

1) From the main menu, select "Run->Open Run Dialog..."
2) In the resulting menu, right click on "Ada", and select "New".
3) In the resulting dialog, enter the project, build configuration, and the executable file you wish to run. If you have an Ada source file open in the editor, Hibachi will automatically fill in these fields for you with the project, configuration, and executable corresponding to the file open in the editor.
4) Select "Run".


Adam Haselhuhn



----- Original Message ----- From: "Luke A. Guest" <laguest@xxxxxxxxxxx>
To: "Hibachi Dev list" <hibachi-dev@xxxxxxxxxxx>
Sent: Thursday, April 10, 2008 1:03 PM
Subject: Re: [hibachi-dev] Launch configurations??


Ok, just updated to latest version and tried this. When trying to run, I
*was* get a window asking which launch configuration to use (these were
Java ones). This has stopped now :/

Strange...

Luke.


_______________________________________________
hibachi-dev mailing list
hibachi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/hibachi-dev



Back to the top