Added ActionScript Debugger - Call stack frames switching - view variables around call stack

Added ActionScript Debugger - Highlight lines of callstack
Changed Basic tag info panel always visible even when nothing to display (to avoid flickering)
This commit is contained in:
Jindra Petřík
2023-11-05 21:11:10 +01:00
parent 13cfed7be8
commit 982b44a0e6
11 changed files with 460 additions and 143 deletions
@@ -16,6 +16,7 @@
*/
package com.jpexs.decompiler.flash.gui.action;
import com.jpexs.debugger.flash.DebuggerConnection;
import com.jpexs.decompiler.flash.DisassemblyListener;
import com.jpexs.decompiler.flash.SWF;
import com.jpexs.decompiler.flash.ValueTooLargeException;
@@ -86,7 +87,9 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CancellationException;
import java.util.logging.Handler;
import java.util.logging.Level;
import java.util.logging.LogManager;
import java.util.logging.Logger;
import javax.swing.BorderFactory;
import javax.swing.Box;