-
public final class StackTraceIdIf
debuggerIdis set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. SeeRuntime.StackTraceandDebugger.pausedfor usages.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final StringdebuggerId
-
Constructor Summary
Constructors Constructor Description StackTraceId(String id, String debuggerId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final StackTraceIdcopy(String id, String debuggerId)final StringgetId()final StringgetDebuggerId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final StackTraceId copy(String id, String debuggerId)
-
getDebuggerId
final String getDebuggerId()
-
-
-
-