Peter Rybin
unread,Jun 24, 2011, 4:25:16 PM6/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromedevtools-dev, nikolay.c...@gmail.com
Interesting SDK change:
you can set a breakpoint not only by script id/script name, but also
by a regexp on a script name.
The change is in HEAD now, will make its way into a next release.
See
org.chromium.sdk.JavascriptVm#setBreakpoint
org.chromium.sdk.JavascriptVm#getBreakpointTypeExtension
Peter