Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.3 (Release)
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1.Create a multi-module application , compile with debugging enabled.
2.Go to Flash Player and open your web application in firefox with debug version of Flash plugin, open Shell.swf which is the main app which loads modules in runtime
3. Run fdb from command line
4. Type "r" in fdb
5. In Flash Player select "Debug" and connect to debugger
6. In Shell.swf select a menu which loads module
7. In fdb console you can see a message stating that module has been loaded, set brakepoint and type "c"
Actual Results:
Breakpoint is not resolved
Expected Results:
Breakpoint is resolved
Attachments
Attachments
Issue Links
- relates to
-
FLEX-28870 When debugging multi-module projects debugger doesn't resolve breakpoint randomly
- Open