On Wed, Nov 7, 2018 at 11:48 PM TLim <heuichan....@gmail.com> wrote:
> In the Ignition's document, it's explaining about the debugger, but the 
> information is not really enough and the attached link for further debugging 
> support within the document is not available as I need a permit to access it.
> I requested for the permission quite a long, but I haven't heard anything 
> yet. Are there any resources that I can use to use such functionality?

If you have specific questions, I can probably answer them. There is
very little magic going on: the debugger replaces the bytecode where
the breakpoint is placed on with a DebugBreak bytecode. When hit, it
dispatches to Runtime_DebugBreakOnBytecode() in
src/runtime/runtime-debug.cc. Hope that helps.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to