|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Debugger | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| com.sun.squawk.debugger.sda | The classes that implement the Squawk VM side of the SDWP. |
| Uses of Debugger in com.sun.squawk |
|---|
| Methods in com.sun.squawk that return Debugger | |
|---|---|
Debugger |
Isolate.getDebugger()
Gets the debugger under which this isolate is executing. |
| Methods in com.sun.squawk with parameters of type Debugger | |
|---|---|
static void |
DebuggerSupport.setDebugger(Isolate isolate,
Debugger debugger,
boolean attach)
Attaches or detaches a debugger to an isolate. |
| Uses of Debugger in com.sun.squawk.debugger.sda |
|---|
| Subclasses of Debugger in com.sun.squawk.debugger.sda | |
|---|---|
class |
SDA
A SDA (Squawk Debugger Agent) instance handles the Squawk VM side of a JDWP connection to a Squawk Debugger Proxy for a particular isolate. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||