[webkit-dev] Debugging JavaScript Core Apps that are not Safari

2008-11-21 Thread Scott Thompson
It's been a while since I've looked at JavaScript Core and obviously a lot of changes have gone on. In my previous examination, I was using Drosera to debug an application which used JavaScript Core as an internal scripting engine. It would appear that all the JavaScript debugging facilities

Re: [webkit-dev] Debugging JavaScript Core Apps that are not Safari

2008-11-21 Thread Timothy Hatcher
The debugging functionally is part of WebKit, not Safari. So you can use the JavaScript debugger that is part of the Web Inspector in any WebKit client application. But this does not include JavaScriptCore client applications. I am surprised to hear that Drosera worked, since it was