Thanks for your reply. It's really helpful.
On Aug 26, 3:25 pm, Søren Gjesse <
sgje...@chromium.org> wrote:
> There is no separate documentation on D8. D8 is a more advanced shell that
> the one in samples. One of the features of D8 is a text based JavaScript
> debugger. You will enter the debugger on an uncaught exception or by issuing
> the 'debugger' statement. The prompt 'dbg>' is shown when in the debugger.
> Type help for the list of commands. There is currently no way of breaking
> into running JavaScript. The debugger can be turned off by issuing the
> option --nodebugger when starting D8.
> Regards,
> Søren
>