mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 00:00:47 +00:00
Fixed Marker of stack frames not properly cleared
This commit is contained in:
@@ -38,6 +38,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- AS3 Direct editation - script initializer for main document class
|
- AS3 Direct editation - script initializer for main document class
|
||||||
- AS3 Debugging - activation object was not visible in locals
|
- AS3 Debugging - activation object was not visible in locals
|
||||||
- Linenumbers are visible even if debug markers are used
|
- Linenumbers are visible even if debug markers are used
|
||||||
|
- Marker of stack frames not properly cleared
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#2120] Exported assets no longer take names from assigned classes if there is more than 1 assigned class
|
- [#2120] Exported assets no longer take names from assigned classes if there is more than 1 assigned class
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ public class DebuggableEditorPane extends LineMarkedEditorPane implements BreakP
|
|||||||
removeColorMarkerOnAllLines(BREAKPOINT_MARKER);
|
removeColorMarkerOnAllLines(BREAKPOINT_MARKER);
|
||||||
removeColorMarkerOnAllLines(INVALID_BREAKPOINT_MARKER);
|
removeColorMarkerOnAllLines(INVALID_BREAKPOINT_MARKER);
|
||||||
removeColorMarkerOnAllLines(IP_MARKER);
|
removeColorMarkerOnAllLines(IP_MARKER);
|
||||||
|
removeColorMarkerOnAllLines(STACK_MARKER);
|
||||||
|
|
||||||
if (scriptName == null) {
|
if (scriptName == null) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user