Skip navigation links

NetBeans Architecture Answers for JPDA Debugger API module

WARNING: answering questions version 1.25 rather than the current 1.29.

Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
JPDADebuggerAPIExportedOfficial../org-netbeans-api-debugger-jpda

JPDADebuggerSPIImportedOfficial../org-netbeans-api-debugger-jpda

OpenAPIsImportedOfficialhttp://openide.netbeans.org

DebuggerCoreAPIImportedOfficial../org-netbeans-api-debugger

The module is needed for compilation. The module is used during runtime. Specification version 1.60 is required.

ViewModelAPIImportedOfficial../org-netbeans-spi-viewmodel

ClassPathAPIsImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 1.22 is required.

ProjectAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 1.28 is required.

FilesystemsAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 9.0 is required.

WeakListener.setAccessibleImportedUnder Development

The module is needed for compilation. The module is used during runtime. Specification version 9.3 is required.

LookupAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 8.0 is required.

Group of lookup interfaces
Interface NameIn/OutStabilitySpecified in What Document?
Meta-inf-debugger-netbeans-JPDASession-Java-org.netbeans.spi.debugger.jpda.JPDADebuggerImportedOfficial../org-netbeans-spi-viewmodel

Meta-inf-debugger-netbeans-JPDASession-org.netbeans.spi.debugger.jpda.JPDADebuggerImportedOfficial../org-netbeans-spi-viewmodel

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
SS_ACTION_STEPOUTExportedFriend

When set to Boolean.TRUE, this option is causing step out during smart-stepping instead of step into. Thus it much faster skips code that is not selected for debugging, but it may also skip code that should be debugged if it's called from a source that has debugging disabled. This is advantageous when the speed is important (e.g. in J2ME). This property can be set through a map of properties that is passed to JPDADebugger.attach (), like J2ME_DEBUGGER property.

Group of systemproperty interfaces
Interface NameIn/OutStabilitySpecified in What Document?
netbeans.debugger.show_hidden_breakpointsExportedPrivate

This system property is causing the breakpoints view to show also hidden breakpoints.

org.netbeans.modules.debugger.jpda.breakpoints.levelExportedPrivate

Logging level for informational messages about breakpoint submission and hits. They use Level.FINE and Level.FINER levels and are printed into the NetBeans message log.

netbeans.debugger.startExportedPrivate

When this system property is set, informational messages about start of JPDA debugger are printed into standard output (console).

netbeans.debugger.jditraceExportedPrivate

This system property sets the debug mode of the debuggee virtual machine via VirtualMachine.setDebugTraceMode() method. See the javadoc of that method for the description and possible values.

org.netbeans.modules.debugger.jpda.jdievents.levelExportedPrivate

Logging level for informational messages about received JDI events. They use Level.FINE level and are printed into the NetBeans message log.

netbeans.debugger.smartsteppingExportedPrivate

When this system property is set, informational messages about the smart stepping process are printed into standard output (console).

netbeans.debugger.noInvokeMethodsExportedPrivate

When this system property is set, methods invocation in debuggee is disabled.

org.netbeans.modules.debugger.jpda.invokeMethod.levelExportedPrivate

Logging level for messages about method invocation. They use Level.FINE level and are printed into the NetBeans message log.

org.netbeans.modules.debugger.jpda.getValue.levelExportedPrivate

Logging level for messages about variables evaluation. They use Level.FINE level and are printed into the NetBeans message log.

netbeans.debugger.viewrefreshExportedPrivate

When this system property is set, informational messages about the tasks that refresh debugger views are printed into standard output (console). The value of that property should contain 'w' for watches view, 'l' for local variables view, 'c' for call stack view, 's' for classes view and 't' for threads view.


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability