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

#1387 -enabledebugging -injectas3 supplied debug information results in incorrect line numbers during debugging
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

Related: #1385, #1209 > What steps will reproduce the problem? The easy way for me is to use #1385, but I think the issue should work similarly in the built in debugger? > What is the expected output? What do you see instead? When I debug a swf, the stack frames shown in the FlashDevelop stack view have line numbers which do not correspond to the actual line numbers of source code. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Nightly build, latest release as well.
And of course right after opening another issue, #902 comes up. :P Duplicate of #902
-enabledebugging -injectas3 injects lines that are in the decompiled code, not in the original source code (if you have any). If you talk about "do not correspond to the actual line numbers of source code", by "source code", you mean the one that you previously exported from FFDec, right? Otherwise it won't match. It is mainly used in the FFDec Debugger ("Debug button").
State: new→closed
Type: bug→question