Properly terminating debug session on Flash player manual close

This commit is contained in:
Jindra Petřík
2018-07-14 22:16:32 +02:00
parent 4518769b45
commit f1960ffdde
3 changed files with 6 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ public class DebugPanel extends JPanel {
private boolean loading = false;
public ABCPanel.VariablesTableModel localsTable;
public static enum SelectedTab {
LOG, STACK, SCOPECHAIN, LOCALS, REGISTERS, CALLSTACK, CONSTANTPOOL