Hi all,
I implemented support to execute smalltalk semantics,
tools & frameworks on top of V8 engine
( http://u8.smalltalking.net )
to run smalltalk apps on top of javascript.
I am currently implementing debugger tools to operate
at smalltalk level. I already implemented debugger tool as a
Chrome extension (
https://developers.google.com/chrome-developer-tools/docs/protocol/1.0/index
).
Now I want to run the debugger in a Chrome page but
used to debug (over the wire) an app running
remotelly e.g. Android.
Is it possible to use chrome.debugger
(http://developer.chrome.com/extensions/debugger.html)
but using (custom) WebSocket based transport ?
WITHOUT implementing adaption of messages to
http://code.google.com/p/v8/wiki/DebuggerProtocol
Is there any page or site to look for adaption of frameworks?
(sorry if this questions are too focused on chrome for this list
but hope to find someone to help me to avoid
reinventing the weel).
I implemented (partially) the adaptor of transport but
want to avoid hand-made adaption to debugger protocol
if there is low level support.
thanks in advance, for links and/or code,
Ale.
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users