I recently did a proof-of-concept for my boss to show that we could use v8 to execute javascript files from an executable we own. I also demonstrated how typescript could be written in Visual Studio and the resulting .js file fed into this executable. All of this works splendidly.
Now what I really want to offer is the ability to debug the original typescript file when v8 executes it. This should theoretically be possible, since typescript can be debugged through some browsers (including Chrome, which uses v8) using sourcemaps. The problem is that there is no browser, nor any html page, in this equation. I know this is starting to sound like a typescript question, but does anyone know if there is a v8 option in Visual Studio's "choose your browser" dropdown when debugging? Any recommendations about how to accomplish this? -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
