[
https://issues.apache.org/jira/browse/FLEX-34295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-34295.
----------------------------------
> info breakpoints should now display the worker ID
> -------------------------------------------------
>
> Key: FLEX-34295
> URL: https://issues.apache.org/jira/browse/FLEX-34295
> Project: Apache Flex
> Issue Type: Improvement
> Components: FDB - Debugger
> Reporter: Frédéric THOMAS
> Assignee: Frédéric THOMAS
> Priority: Minor
> Fix For: Apache Flex 4.13.0
>
>
> Now the FDB is able to debug workers, we need more info relative to the
> breakpoints, for example, 1 file could belong 2 workers and a breakpoint on
> the same line but set in 2 workers are currently displayed like that:
> Num Type Disp Enb Address What
> 1 breakpoint keep y 0x00000000 in debugTickler() at
> DebuggableWorker.as:56
> 2 breakpoint keep y 0x00000000 in debugTickler() at
> DebuggableWorker.as:56
> It should be better to have the worker ID appened:
> Num Type Disp Enb Address What
> 1 breakpoint keep y 0x00000000 in debugTickler() at
> DebuggableWorker.as:56 (Worker 0)
> 2 breakpoint keep y 0x00000000 in debugTickler() at
> DebuggableWorker.as:56 (Worker 1)
--
This message was sent by Atlassian JIRA
(v6.2#6252)