Author: [email protected]
Date: Wed Dec 17 07:29:30 2008
New Revision: 993
Modified:
wiki/DebuggerProtocol.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/DebuggerProtocol.wiki
==============================================================================
--- wiki/DebuggerProtocol.wiki (original)
+++ wiki/DebuggerProtocol.wiki Wed Dec 17 07:29:30 2008
@@ -341,7 +341,7 @@
}
}}}
-= Request `clearbreakpoint` =
+== Request `clearbreakpoint` =
The request `clearbreakpoint` clears a break point.
@@ -349,8 +349,7 @@
{ "seq" : <number>,
"type" : "request",
"command" : "clearbreakpoint",
- "arguments" : { "type" : <"function" or "script">
- "breakpoint" : <number of the break point to clear>
+ "arguments" : { "breakpoint" : <number of the break point to clear>
}
}
}}}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---