Use our debugger implementation in Node

This commit is contained in:
Cheng Zhao 2015-08-27 13:16:19 +08:00
parent e7791a5486
commit 573c959a75
2 changed files with 9 additions and 15 deletions

View file

@ -137,11 +137,6 @@ void NodeBindings::Initialize() {
AtomCommandLine::InitializeFromCommandLine();
#endif
// Parse the debug args.
auto args = AtomCommandLine::argv();
for (const std::string& arg : args)
node::ParseDebugOpt(arg.c_str());
// Init node.
// (we assume node::Init would not modify the parameters under embedded mode).
node::Init(nullptr, nullptr, nullptr, nullptr);