Status: Assigned
Owner: yu...@chromium.org
CC: sgje...@chromium.org,  pfeld...@chromium.org
Labels: Type-Bug Priority-Medium

New issue 514 by yu...@chromium.org: StepNext action skips condition in  
do/while statements
http://code.google.com/p/v8/issues/detail?id=514

Consider the following function:

function runDoWhile()
{
     do {
        debugger;
     } while (condition()); // (1)
} // (2)

when debugger is paused on the 'debugger' statement calling step next action
will skip line (1) and bring execution to the line (2)


--
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
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to