Run Configurations

You can invoke (run) any executable from Eclipse and see its output in the Console View.

You just need to create a Run Configuration from menu Run > Run....

VlogDT provides one type of configuration:

Generic Run Configuration

  1. Menu Run > Run Configurations....
  2. Select Generic configuration and click the New button.
  3. Specify name, working directory and command.
  4. Click Run.

New Generic Launch

Quick Run

You can launch again at any time from menu Run > Run History... or directly from the toolbar
(simple click launches last):

Launch from Toolbar

Output

The invocation output is dumped to the Console View.

Click on hyperlinks in the Console View to jump directly to the to source location.

Console Hyperlinks