JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#2065 Debugging Question/Issue
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Debugger
State: opened Help

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!
admin
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
user
Alright, I got it now. Thank you very much!