[Pkg-mozext-commits] [firebug] 23/30: Issue 7550: Edit variables don't work when execution is stopped

David Prévot taffit at moszumanska.debian.org
Fri Jun 20 22:34:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firebug.

commit 401f4c5676edff519daff06563e94840607e65de
Author: Florent FAYOLLE <florent.fayolle69 at gmail.com>
Date:   Thu Jun 19 21:13:31 2014 +0200

    Issue 7550: Edit variables don't work when execution is stopped
---
 extension/content/firebug/debugger/debugger.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/debugger/debugger.js b/extension/content/firebug/debugger/debugger.js
index aa28fd5..dd913f1 100644
--- a/extension/content/firebug/debugger/debugger.js
+++ b/extension/content/firebug/debugger/debugger.js
@@ -471,7 +471,7 @@ Firebug.Debugger = Obj.extend(ActivableModule,
         {
             var result;
 
-            var dbgGlobal = DebuggerLib.getInactiveDebuggeeGlobal(context);
+            var dbgGlobal = frame.script.global;
             scope = dbgGlobal.makeDebuggeeValue(scope);
 
             if (scope)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list