Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0126410021 for ; Sat, 3 May 2014 18:26:20 +0000 (UTC) Received: (qmail 43308 invoked by uid 500); 3 May 2014 18:26:16 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 43195 invoked by uid 500); 3 May 2014 18:26:16 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 43087 invoked by uid 99); 3 May 2014 18:26:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2014 18:26:15 +0000 Date: Sat, 3 May 2014 18:26:15 +0000 (UTC) From: =?utf-8?Q?Fr=C3=A9d=C3=A9ric_THOMAS_=28JIRA=29?= To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34297) FDB set a breakpoint in the wrong file when asked to be set for a file existing in another Worker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34297?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Fr=C3=A9d=C3=A9ric THOMAS updated FLEX-34297: ----------------------------------- Description:=20 Example:=20 Apache fdb (Flash Player Debugger) [build 20140430] Copyright 2013 The Apache Software Foundation. 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) c [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 175=D0=B016= 9=20 bytes after decompression [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 =20 Set additional breakpoints as desired, and then type 'continue'. (fdb) c [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 493=D0=B026= 4=20 bytes after decompression halt Do you want to attempt to halt execution? (y or n) y Attempting to halt. To help out, try nudging the Player (e.g. press a button) Execution halted at 0x00009aeb (39659) (fdb) worker 0 Active worker has changed to worker Main Thread (fdb) halt Attempting to suspend Player execution... Player stopped (fdb) info workers Main Thread 0 - Suspended (Active) Worker 1 - Suspended (fdb) break BackWorker.as:30 Breakpoint 1: file MP3Worker.as, line 30 // WRONG FILE was: Apache fdb (Flash Player Debugger) [build 20140430] Copyright 2013 The Apache Software Foundation. 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) c [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 175=D0=B016= 9=20 bytes after decompression [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 =20 Set additional breakpoints as desired, and then type 'continue'. (fdb) c [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 493=D0=B026= 4=20 bytes after decompression halt Do you want to attempt to halt execution? (y or n) y Attempting to halt. To help out, try nudging the Player (e.g. press a button) Execution halted at 0x00009aeb (39659) (fdb) worker 0 Active worker has changed to worker Main Thread (fdb) halt Attempting to suspend Player execution... Player stopped (fdb) info workers Main Thread 0 - Suspended (Active) Worker 1 - Suspended (fdb) break BackWorker.as:30 Breakpoint 1: file MP3Worker.as, line 30 // WRONG FILE > FDB set a breakpoint in the wrong file when asked to be set for a file ex= isting 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=C3=A9d=C3=A9ric THOMAS > Assignee: Fr=C3=A9d=C3=A9ric THOMAS > Fix For: Apache Flex 4.13.0 > > Attachments: fdb.jar > > > Example:=20 > Apache fdb (Flash Player Debugger) [build 20140430] > Copyright 2013 The Apache Software Foundation. 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) c > [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 175=D0=B0= 169=20 > bytes after decompression > [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 > =20 > Set additional breakpoints as desired, and then type 'continue'. > (fdb) c > [SWF] C:\work\flex_projects\MP3Worker\bin-debug\MP3Worker.swf - 493=D0=B0= 264=20 > bytes after decompression > halt > Do you want to attempt to halt execution? (y or n) y > Attempting to halt. > To help out, try nudging the Player (e.g. press a button) > Execution halted at 0x00009aeb (39659) > (fdb) worker 0 > Active worker has changed to worker Main Thread > (fdb) halt > Attempting to suspend Player execution... > Player stopped > (fdb) info workers > Main Thread 0 - Suspended (Active) > Worker 1 - Suspended > (fdb) break BackWorker.as:30 > Breakpoint 1: file MP3Worker.as, line 30 // WRONG FILE -- This message was sent by Atlassian JIRA (v6.2#6252)