Status: New Owner: ---- New issue 258 by [email protected]: when setting breakpoint Error: "SyntaxError: Unexpected end of input" http://code.google.com/p/v8/issues/detail?id=258
To repro: 1. Go to a code.google.com bug database that you can sign into, and select an issue (perhaps this one). Click on the editable area of the bug to bring up the form controls. 2. Bring up the JS debugger. 3. Try to break on line 788 (e.g. break http://code.google.com/p/chromium/issues/detail?id=8246:788) You get this error: Error: "SyntaxError: Unexpected end of input" evaluating "http://code.google.com/p/chromium/issues/detail?id=8246" It works on some other line numbers (like line 9), but not on most of the ones I tried. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
