blob: 46827ead81400408e18fffc126e29a2c5ce4fc02 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Debug Launch Variables</title>
</head>
<body link="#0000FF" vlink="#800080">
<p align="left">Provides a set of interfaces and classes for choosing and configuring launch variables.</p>
<h2 align="left">Package Specification</h2>
<p>This package provides a set interfaces and classses for choosing a variable,
providing visual components for configuring variables, and tracking selection for
the variable expansion context.</p>
<h3>Variable Components</h3>
<p>Context launch varible providers may specify a component for configuring
the arguments to a variable by defining an <b>IVariableComponent</b>
extension (using the <b>org.eclipse.debug.ui.launchVariableComponents</b>)
extension point). A variable component is defined for a context launch variable.
When the user selects the specified variable in the <b>VariableSelectionDialog</b>,
the component is rendered allowing the user to configure the variable's argument.</p>
</body>
</html>