mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Comment out debugger agent.
V8 has discarded support for debugger agent, we should reimplement it in atom-shell.
This commit is contained in:
@@ -44,10 +44,12 @@ NodeDebugger::NodeDebugger() {
|
||||
if (use_debug_agent) {
|
||||
if (!port_str.empty())
|
||||
base::StringToInt(port_str, &port);
|
||||
#if 0
|
||||
v8::Debug::EnableAgent("atom-shell " ATOM_VERSION, port,
|
||||
wait_for_connection);
|
||||
v8::Debug::SetDebugMessageDispatchHandler(DispatchDebugMessagesInMsgThread,
|
||||
false);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user