You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2015/05/15 04:59:12 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34751: Regression in fdb tool: VM is resumed if breakpoint can't be set

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 24c9ab6ba -> 66f471601


FLEX-34751: Regression in fdb tool: VM is resumed if breakpoint can't be set


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/66f47160
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/66f47160
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/66f47160

Branch: refs/heads/develop
Commit: 66f4716012b86fc91180516c5ecb56b6469fbf88
Parents: 24c9ab6
Author: Frédéric THOMAS <ft...@apache.org>
Authored: Fri May 15 03:58:46 2015 +0100
Committer: Frédéric THOMAS <ft...@apache.org>
Committed: Fri May 15 03:58:46 2015 +0100

----------------------------------------------------------------------
 modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/66f47160/modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java
----------------------------------------------------------------------
diff --git a/modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java b/modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java
index 90d619c..b086c63 100644
--- a/modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java
+++ b/modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java
@@ -2952,8 +2952,6 @@ public class DebugCLI implements Runnable, SourceLocator {
             args.put("filename", filename); //$NON-NLS-1$
             args.put("line", Integer.toString(line)); //$NON-NLS-1$
             err(getLocalizationManager().getLocalizedTextString("breakpointNotSetNoCode", args)); //$NON-NLS-1$
-
-            continueAndSwapActiveWorkerBack(savedIsolateId, wasAlreadySuspended);
         } catch (InProgressException e) {
             e.printStackTrace();
         } finally {
@@ -6925,4 +6923,4 @@ class FileLocation {
     }
 
     int wasFunc;
-}
\ No newline at end of file
+}