You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler/StackTraceRequestHandler.java
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,11 @@ public CompletableFuture<Response> handle(Command command, Arguments arguments,
70
70
inttotalFrames = 0;
71
71
if (thread != null) {
72
72
try {
73
+
// Thread state has changed and then invalidate the stack frame cache.
0 commit comments