RESOLVED INVALID 60987
Web Inspector: Cannot set breakpoint in eval script
https://bugs.webkit.org/show_bug.cgi?id=60987
Summary Web Inspector: Cannot set breakpoint in eval script
Peter Rybin
Reported 2011-05-17 14:25:09 PDT
Protocol dump: < #000{"method":"Debugger.setBreakpoint","params":{"location":{"sourceID":"29","lineNumber":2,"columnNumber":0},"condition":""},"id":23}#255 > #000{"error":{"code":-32000,"message":"Server error.","data":["Could not resolve breakpoint"]},"id":23}#255 Html source: <html> <body> <button onclick="javascript:Go()">+</button> <script> function Go() { var text = "T1(2,3);\nT1(2,2);\nT1(0,0);\n"; eval(text); } function T1(a, b) { return a + b; } </script> </body> </html>
Attachments
Peter Rybin
Comment 1 2011-05-17 14:51:08 PDT
I'm sorry, the bug seems to be obsolete.
Note You need to log in before you can comment on or make changes to this bug.