Debugger Types
Just as with Execution Types, you can make custom configurations for debugger types (the actual system command called when you debug an object, including the path to Java, the working directory, and any arguments). You can use the default debugger types of each category (for example, standard debugging or JPDA debugging), modify the default debugger types, or write new ones. You can then associate any of your classes to one of these debugger types if the default debugger type assigned for that class does not suit your needs.
You can also access the custom property editor for debugger types from the property sheet of individual classes. See Setting the debugger and Adding and modifying service types for more information.
Contents | Prev | Next | Index |