Package | Description |
---|---|
org.netbeans.api.debugger |
The NetBeans Debugger Core API definition.
|
Modifier and Type | Method and Description |
---|---|
Watch.Pin |
Watch.getPin()
Get a pin location, where the watch is pinned at, if any.
|
Modifier and Type | Method and Description |
---|---|
Watch |
DebuggerManager.createPinnedWatch(String expr,
Watch.Pin pin)
Create a watch pinned at the specified pin location.
|