[Webkit-unassigned] [Bug 64995] Web Inspector: inconsistent state for Scripts panel, not paused but paused.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 17:02:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64995





--- Comment #1 from johnjbarton <johnjbarton at johnjbarton.com>  2011-07-21 17:02:47 PST ---
http://code.google.com/p/traceur-compiler/wiki/EnlistingAndTesting

1. svn co https://traceur-compiler.googlecode.com/svn
2. run chrome browser with command line option  --allow-file-access-from-files 
3. open file url for svn/example/hello.html
4. open Web Inspector, Script panel
5. set breakpoint on line 105 
 results.keys().forEach(function(file) {
and 107
var result = traceur.codegeneration.ParseTreeWriter.write(tree, false);
6. reload, you should hit 105
7. click continue 

Now you are not paused according to Scope Vars and yet the app is not making progress.

If you click continue again it finishes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list