I followed this guide.
https://pandeysk.wordpress.com/2014/05/25/debugging-with-clearscript/
Eclipse Version: Luna Service Release 1a (4.4.1)
As soon as I hit that exception, the w3wp process crashes and my attached VS debugger detaches. Hitting continue just detaches the VS debugger and prompts eclipse to pop up the error
I created a brand new asp.net project.
Install-Package ClearScript.v8.
Remove post build events.
Add native dlls to root of project from packages/clearscript/tools.
Add script engine to default form with debugging enabled.
Run the project locally, attach with eclipse, eclipse errors and the asp.net project crashes.
https://pandeysk.wordpress.com/2014/05/25/debugging-with-clearscript/
Eclipse Version: Luna Service Release 1a (4.4.1)
As soon as I hit that exception, the w3wp process crashes and my attached VS debugger detaches. Hitting continue just detaches the VS debugger and prompts eclipse to pop up the error
An internal error occurred during: "Launching DevDebug".The VS error that I am having trouble reproducing presents itself as an MDA ("managed debugging assistant") error. There is no stacktrace to view.
java.lang.Exception: Failure: Connection closed
I created a brand new asp.net project.
Install-Package ClearScript.v8.
Remove post build events.
Add native dlls to root of project from packages/clearscript/tools.
Add script engine to default form with debugging enabled.
Run the project locally, attach with eclipse, eclipse errors and the asp.net project crashes.