If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#2065 Debugging Question/Issue
Author: LeafyLemon124
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Debugger
State: opened
Hello, hope all is well! When I try to debug in the program, I see a log catch some sort
of issue:
java.lang.NullPointerException
at com.jpexs.decompiler.flash.gui.DebuggerHandler.connected(DebuggerHandler.java:521)
at com.jpexs.debugger.flash.Debugger$1.run(Debugger.java:79)
Is this normal? Is the debugging supposed to take a while to start?
I decided to put this in the "Question" catalog just to be safe
Thanks!
Screenshot 2023-08-26 210529.png (39 KiB)
This probably happens when you did not select the swf file to debug - click the swf file
in the tree and then try debugging again.
Is this the case?
State: new→opened
Alright, I got it now. Thank you very much!