Hey guys!
First off I'd like to say awesome work on ClearScript!
Second is that I've got an example of live-in-browser script debugging via ClearScript V8 and SignalR.
It simply lets you write some JS code in a browser, eval it, and using the V8 hooks for debugging set breakpoints and when stopped at a breakpoint see the stack trace, eval immediate scripts, continue, step in, step out and so forth.
Give it a whirl!
https://github.com/Oceanswave/V8SignalRDebugging
First off I'd like to say awesome work on ClearScript!
Second is that I've got an example of live-in-browser script debugging via ClearScript V8 and SignalR.
It simply lets you write some JS code in a browser, eval it, and using the V8 hooks for debugging set breakpoints and when stopped at a breakpoint see the stack trace, eval immediate scripts, continue, step in, step out and so forth.
Give it a whirl!
https://github.com/Oceanswave/V8SignalRDebugging