From 86d077da0069506c378677d1c6c763a053ad0a34 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Feb 2012 11:44:30 -0800 Subject: [PATCH] Debugger should be a misc, not 'concept' --- doc/api/debugger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/debugger.markdown b/doc/api/debugger.markdown index 931b6019a4..4f4cead808 100644 --- a/doc/api/debugger.markdown +++ b/doc/api/debugger.markdown @@ -1,6 +1,6 @@ # Debugger - + V8 comes with an extensive debugger which is accessible out-of-process via a simple [TCP protocol](http://code.google.com/p/v8/wiki/DebuggerProtocol).