Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-12-23 21:10:28 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-30 12:35:12 +0300
commit0adc6b29bd193b27bdbbce0e2e414efbee0453ab (patch)
tree33730c0195415c4c59a8e5220bfe3d09949b2796 /src
parent0c928b124c25b01e4ff7f151f5c98fdf9cb7d532 (diff)
Start on frame zero - don't do extra break
Diffstat (limited to 'src')
-rw-r--r--src/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index d81aab841a7..c349afb8dd9 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -1960,7 +1960,7 @@ static void HandleDebugEvent(DebugEvent event,
// TODO probably need to waitpid here or something to avoid zombies.
// int status;
// waitpid(pid, &status, 0);
- Debug::DebugBreak();
+ //Debug::DebugBreak();
}