V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::debug::DebugDelegate Class Reference
Inheritance diagram for v8::debug::DebugDelegate:
v8_inspector::V8Debugger

Public Member Functions

virtual void ScriptCompiled (v8::Local< Script > script, bool is_live_edited, bool has_compile_error)
 
virtual void BreakProgramRequested (v8::Local< v8::Context > paused_context, const std::vector< debug::BreakpointId > &inspector_break_points_hit)
 
virtual void ExceptionThrown (v8::Local< v8::Context > paused_context, v8::Local< v8::Value > exception, v8::Local< v8::Value > promise, bool is_uncaught, ExceptionType exception_type)
 
virtual bool IsFunctionBlackboxed (v8::Local< debug::Script > script, const debug::Location &start, const debug::Location &end)
 

Detailed Description

Definition at line 159 of file debug-interface.h.


The documentation for this class was generated from the following file: