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: Are you still using just the unmodified ClearScriptConsole application? If so, where are you setting a breakpoint? That is, which line, of which script? If you're using another application or script, are you sure the script code with the breakpoint (or `debugger` statement) is being executed? So far we haven't been able to reproduce any issues, so any additional information you could provide might help.
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: Are you still using just the unmodified ClearScriptConsole application? If so, where are you setting a breakpoint? That is, which line, of which script? If you're using another application or script, are you sure the script code with the breakpoint (or `debugger` statement) is being executed? So far we haven't been able to reproduce any issues, so any additional information you could provide might help.