Thanks Ben, that's helpful!
On Sun, Aug 24, 2014 at 11:33 PM, Ben Noordhuis wrote:
> On Sun, Aug 24, 2014 at 12:00 PM, Petar Dobrev
> wrote:
> > Hello!
> >
> > I'd like to add debugger support to an application that uses v8 and tried
> > following the resource on the topic from the wiki:
> > h
Thank you very much, Ben!
On Tuesday, August 26, 2014 7:52:56 AM UTC-4, Ben Noordhuis wrote:
>
> On Mon, Aug 25, 2014 at 10:02 PM, Bit Cortex > wrote:
> > 1. How does the embedder know what reponse to send to the debugger?
> > v8::Debug::SendCommand() doesn't return anything.
>
> You send or c
On Mon, Aug 25, 2014 at 10:02 PM, Bit Cortex wrote:
> 1. How does the embedder know what reponse to send to the debugger?
> v8::Debug::SendCommand() doesn't return anything.
You send or collect the response in the message handler that you
register with v8::Debug::SetMessageHandler():
void Hand
Hi Ben,
A couple of questions:
1. How does the embedder know what reponse to send to the debugger?
v8::Debug::SendCommand() doesn't return anything.
2. Do you know if the debug protocol change will affect V8's debugging API?
Thanks!
On Sunday, August 24, 2014 4:33:10 PM UTC-4, Ben Noordhuis w
On Sun, Aug 24, 2014 at 12:00 PM, Petar Dobrev wrote:
> Hello!
>
> I'd like to add debugger support to an application that uses v8 and tried
> following the resource on the topic from the wiki:
> https://code.google.com/p/v8/wiki/AddDebuggerSupport
>
> However, it seems that in v8-debug.h in trunk
Hello!
I'd like to add debugger support to an application that uses v8 and tried
following the resource on the topic from the
wiki: https://code.google.com/p/v8/wiki/AddDebuggerSupport
However, it seems that in v8-debug.h in trunk
(https://code.google.com/p/v8/source/browse/trunk/include/v8-de