Make --debug-brk work.
This commit is contained in:
parent
e3b6ea62d6
commit
222f8e1028
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ NodeDebugger::NodeDebugger(v8::Isolate* isolate)
|
||||||
isolate_->SetData(kIsolateSlot, this);
|
isolate_->SetData(kIsolateSlot, this);
|
||||||
v8::Debug::SetMessageHandler(DebugMessageHandler);
|
v8::Debug::SetMessageHandler(DebugMessageHandler);
|
||||||
|
|
||||||
|
if (wait_for_connection)
|
||||||
|
v8::Debug::DebugBreak(isolate_);
|
||||||
|
|
||||||
// Start a new IO thread.
|
// Start a new IO thread.
|
||||||
base::Thread::Options options;
|
base::Thread::Options options;
|
||||||
options.message_loop_type = base::MessageLoop::TYPE_IO;
|
options.message_loop_type = base::MessageLoop::TYPE_IO;
|
||||||
|
|
Loading…
Add table
Reference in a new issue