[Webkit-unassigned] [Bug 39953] Web Inspector: support "Run To Cursor" in debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 23:27:09 PDT 2010


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





--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2010-05-31 23:27:08 PST ---
It's like a one-time breakpoint. I think it'd be best to describe it as a step in/over/out counterpart that allows to continue program until given statement is reached. When you're debugging a program you may want to inspect its state at some execution point but you might not want to set a regular breakpoint which would cause the program to stop every time when the control flow reaches that line. MS Visual Studio and Eclipse provide such capability, I don't see it in Xcode though.

-- 
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