[webkit-dev] JavaScriptCore Debugger - Non-Browser Implementation

Oliver Hunt oliver at apple.com
Mon Feb 13 11:46:10 PST 2012


We actually want to kill the current debugging mechanisms as they're somewhat archaic in their current form (they require substantial [and fragile] work on the debugger side, and have a significant runtime cost).  I'd be hesistant to start building anything new on top of what's currently there, but we do want to improve the dev support in JSC itself so we wouldn't say no to any patches in that direction.

--Oliver

On Feb 13, 2012, at 11:39 AM, Maciej Stachowiak wrote:

> 
> On Feb 7, 2012, at 10:18 PM, Matt Veenstra wrote:
> 
>> Hello,
>> 
>> I am looking for a tool to help debug JavaScript code for
>> JavaScriptCore when NOT using a browser?  I did a bit of research and
>> did not find anything that seems to attach and debug at a code level
>> and ignore the DOM.
>> 
>> Is there something simple I missed?  Drosera seemed to exist in the past.
>> 
>> Is this the proper list for this question?
> 
> I don't believe there is a pre-made tool for debugging JavaScript code in JSC outside of WebKit. The APIs exist, so it should be possible to make one, but no one has done so at this time, so far as I know.
> 
> Regards,
> Maciej
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



More information about the webkit-dev mailing list