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 20:18:14 UTC

[jira] [Commented] (FLEX-34297) FDB set a breakpoint in the wrong file when asked to be set for a file existing in another Worker

    [ https://issues.apache.org/jira/browse/FLEX-34297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13988773#comment-13988773 ] 

Frédéric THOMAS commented on FLEX-34297:
----------------------------------------

I now follow the logic that this file could come later in this worker and thus try to set it later:

Breakpoint 1 created, but not yet resolved.
The breakpoint will be resolved when the corresponding file or function is loaded.
Set additional breakpoints as desired, and then type 'continue'.

> FDB set a breakpoint in the wrong file when asked to be set for a file existing in another Worker
> -------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-34297
>                 URL: https://issues.apache.org/jira/browse/FLEX-34297
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FDB - Debugger
>            Reporter: Frédéric THOMAS
>            Assignee: Frédéric THOMAS
>         Attachments: fdb.jar
>
>
> Example:
> Adobe fdb (Flash Player Debugger) [build 20140426]
> Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
> (fdb) run
> Waiting for Player to connect
> Player connected; session starting.
> Set breakpoints and then type 'continue' to resume the session.
> (fdb) break BackWorker.as:27
> [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 175?169 
> bytes after decompression
> Breakpoint 1 created, but not yet resolved.
> The breakpoint will be resolved when the corresponding file or function 
> is loaded.
> (fdb) c
> [WorkerCreate] 1
> Additional ActionScript code has been loaded from a SWF or a frame.
> To see all currently loaded files, type 'info files'.
> Active worker has changed to worker 1
>  
> Attempting to resolve breakpoint 1, expression "BackWorker.as:27":
> There is no executable code on the specified line.
> Fix or remove bad breakpoints, then type 'continue'.
> (fdb) break BackWorker.as:27
> [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 493?264 
> bytes after decompression
> Breakpoint 2: file BackWorker.as, line 27
> Set additional breakpoints as desired, and then type 'continue'.
> (fdb)



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