Status: Untriaged
Owner: yu...@chromium.org
CC: mnaga...@chromium.org
Labels: Type-Bug Pri-2 Area-Undefined Feature-DevTools

New issue 32248 by pfeld...@chromium.org: DevTools: setting breakpoints in and stepping through the code that has no function calls does not work.
http://code.google.com/p/chromium/issues/detail?id=32248

1. Go to http://repenaxa.com/editor/editor.html
2. Set breakpoint in JavaScriptTokenizer.js:97 first line of the nextToken
method
3. Try changing editor text so that nextToken is called

Expected: breakpoint triggers, stepping covers all the steps.
Actual: breakpoint is not being hit. You actually need to move it to the first function call "if (this.getCondition()" so that it triggers. Once it has triggered, try stepping over statements. You will find that you never stop at line that has
"continue", "while" and "switch".

--
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
-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to