You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Frédéric THOMAS (JIRA)" <ji...@apache.org> on 2014/05/03 17:33:15 UTC

[jira] [Created] (FLEX-34295) info breakpoints should now display the worker ID

Frédéric THOMAS created FLEX-34295:
--------------------------------------

             Summary: 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


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 0)



--
This message was sent by Atlassian JIRA
(v6.2#6252)