Modifying Projects

A Project's properties and settings can modified anytime. To modify a project, simply load a project into BugSeeker, select Projects | Project Properties and edit any property you see in the Project Properties dialog. The current project is also modified whenever you load new source files into BugSeeker. This is because BugSeeker maintains a recently accessed file list for each project and this list is sorted by most recent usage.

If you make a change to the project when a debugging session is currently active, those changes may or may not take affect immediately. Changes that affect the running JVM such as changes to the classpath, changes to the main application arguments, and changes to the current Java runtime will not take affect until the current debugging session is restarted. Changes that don't affect the running JVM such as sourcepath changes take effect immediately after the OK button is pressed.

A project that is modified will be marked with a star (*) character next to the project's name in the Project menu and on the main application frame's title bar if the project that has been modified is the currently active project.