I can connect with the debugger, which gives me source code but does not stop on breakpoints. It does yield the source code so I am sure I am connected, but the breakpoints do not work. I have followed the instructions in the readme and I have read a helpful blog from Satyendra Kumar Pandey http://pandeysk.wordpress.com/2014/05/25/debugging-with-clearscript/
Steps to reproduce
I have download the codebase and run the v8 setup script, I was able to get v8 up and running. I am just using the simple console application from you demo project. I can connect the the script engine using both eclipse and webstorm, neither one will stop at a break point. I have tried using the debugger key word and that does not stop debugging.
Comments: Hello! Where in the code are you setting the breakpoint (and/or adding the `debugger` statement)?
Steps to reproduce
I have download the codebase and run the v8 setup script, I was able to get v8 up and running. I am just using the simple console application from you demo project. I can connect the the script engine using both eclipse and webstorm, neither one will stop at a break point. I have tried using the debugger key word and that does not stop debugging.
Comments: Hello! Where in the code are you setting the breakpoint (and/or adding the `debugger` statement)?