[
https://issues.apache.org/jira/browse/FLEX-26768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874610#comment-13874610
]
Frédéric THOMAS commented on FLEX-26768:
----------------------------------------
A bit of updates relative to the reason of this issue for reference:
The catch on InProgressException at function level was preventing other
searches in already loaded modules and was generationg a NPE catched later in
doBreak(), I simply enclosed the calls to findAndEnableBreak() with a catch on
InProgressException and let the function search into the other swfs.
> When debugging multi-module projects impossible to set breakpoint
> -----------------------------------------------------------------
>
> Key: FLEX-26768
> URL: https://issues.apache.org/jira/browse/FLEX-26768
> Project: Apache Flex
> Issue Type: Sub-task
> Components: FDB - Debugger
> Affects Versions: Adobe Flex SDK 3.3 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Browser: Firefox 3.x
> Language Found: English
> Reporter: Adobe JIRA
> Assignee: Frédéric THOMAS
> Attachments: 32835
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)