| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Demonstrates debugging running V8 scripts via SignalR
Using Clearscript V8, demonstrates the ability to leverage SignalR to broadcast V8 events (break, exception, etc) to interested clients.
Instructions:
The V8 script engine will run and stop at the breakpoint you've set.
The "Call Stack" tab shows the locals currently on the stack.
The "Console" tab allows additional scripts to eval and immediately return (i.e. mutate the value of a variable or output something)
Buttons at the top let you continue, step in, step out, stop.
Thrown exceptions will also stop at that point.
This is just a demonstration, feel free to fork away!
| Back | FazBrowse Home | New Git URL |