public interface ITraceManager extends IALSBDebuggerObject
| Modifier and Type | Method and Description |
|---|---|
ITraceEvent |
remove()
Waits forever for the next available event.
|
ITraceEvent |
remove(long timeout)
Waits a specified time for the next available event (a value of 0 is equivalent to calling
remove()). |
void |
toggleTracing(boolean enabled)
enable/disable tracing
|
debugger, toStringvoid toggleTracing(boolean enabled)
ITraceEvent remove() throws java.lang.InterruptedException
java.lang.InterruptedExceptionITraceEvent remove(long timeout) throws java.lang.InterruptedException
remove()). Returns null if no event was received in the specified time.java.lang.InterruptedException