|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DebuggerStartException | |
| org.netbeans.api.debugger.jpda | JPDA Debugger APIs provide representation of JDI functionality. |
| Uses of DebuggerStartException in org.netbeans.api.debugger.jpda |
| Methods in org.netbeans.api.debugger.jpda that throw DebuggerStartException | |
static JPDADebugger |
JPDADebugger.listen(com.sun.jdi.connect.ListeningConnector connector,
Map args,
Object[] services)
This utility method helps to start a new JPDA debugger session. |
static void |
JPDADebugger.startListening(com.sun.jdi.connect.ListeningConnector connector,
Map args,
Object[] services)
This utility method helps to start a new JPDA debugger session. |
static JPDADebugger |
JPDADebugger.attach(String hostName,
int portNumber,
Object[] services)
This utility method helps to start a new JPDA debugger session. |
static JPDADebugger |
JPDADebugger.attach(String name,
Object[] services)
This utility method helps to start a new JPDA debugger session. |
abstract void |
JPDADebugger.waitRunning()
Waits till the Virtual Machine is started and returns DebuggerStartException if some problem occurres. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||