Debugger should be a misc, not 'concept'

This commit is contained in:
isaacs 2012-02-27 11:44:30 -08:00
parent 17db291b5c
commit 86d077da00

View File

@ -1,6 +1,6 @@
# Debugger
<!-- type=concept -->
<!-- type=misc -->
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).