Project Manager Dialog
The Project Manager Dialog is displayed from the
File menu in the Menu Bar.
The Project Manager manages project settings.
The debugger always has a Default Project named "default".
However, the User can create and save his own projects.
When the debugger is invoked, the debugger automatically opens the Last Project that
the User had open, and highlights the corresponding row in the table.
The User can also specify a specific project to open as a
command line argument when invoking JDebugTool.
The Current Project is displayed (in red) at
the top of the dialog and also in the title bar of the debugger. The Current Project can be
saved at any time by selecting the Save Current Project menu item in the
File menu. Note that the Current Project can only
be changed when there is no active debugging session.
table
The table displays a list of saved projects.
(Shift) Click on a column header to sort the table in
(descending) ascending order according to that column.
The Current Project is displayed in red. The
Default Project is displayed in green if it is not the Current Project. Other User created
projects are displayed in blue.
The User can change the name of a project by double clicking on the project name cell and
typing a new name followed by hitting the Enter key. The "default" project name can not
be edited. The User can also edit the project
description by double clicking of the description cell and typing a new description followed
by hitting the Enter key.
buttons
- Open... - opens the selected project in the table, sets the Current Project to
the newly opened project, and closes the dialog. A confirmation dialog will be displayed. If the Save Current Project
checkbox is checked, then the (old) Current Project will first be saved before the new project
is opened. New projects can only be opened when the debugger is not connected to a target JVM.
- New... - creates a brand new project, sets the Current Project to the new project,
and closes the dialog.
The New Project Dialog will be displayed, where the User enters the new project name and description.
If the Save Current Project checkbox is checked, then the (old) Current Project will first be saved
before the new project is created. If the new project name already exists, an overwrite confirmation
dialog will be displayed. After a new project has been created, you can edit the project settings
via the Project Settings Dialog (Edit | Project Settings... from the
main menubar).
New projects can only be created when the debugger is not connected
to a target JVM.
- Save As... - saves the Current Project (which must be selected in the table)
under a new project name, sets the
Current Project to this newly saved project, and closes the dialog. The Project Save As Dialog will be displayed,
where the User enters the new project name and description. If the new project name already
exists, an overwrite confirmation dialog will be displayed.
- Delete... - deletes the selected project in the table (but not the Default Project
or the Current Project). A confirmation dialog will be displayed.
- Delete All... - deletes all projects (except for the Default Project and
the Current Project). A confirmation dialog will be displayed.
- Close - closes this dialog.
- Help - displays this Help.
context menu
A popup Context Menu is displayed by right clicking in the table:
- Unsort - returns the table data to its default order.
©2001-2010. debugtools.com LLC. All rights reserved.