| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.events.debugger |
| Modifier and Type | Method and Description |
|---|---|
PausedReason |
Paused.getReason()
Pause reason.
|
static PausedReason |
PausedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PausedReason[] |
PausedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Paused.setReason(PausedReason reason)
Pause reason.
|
Copyright © 2020. All rights reserved.