From f44e72e77ee73acc311f22509821727ae42ad514 Mon Sep 17 00:00:00 2001 From: Takuya Ueda Date: Mon, 23 Mar 2015 08:31:55 +0900 Subject: [PATCH] remove too much get/set --- debugger_protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger_protocol.rst b/debugger_protocol.rst index 31c751e..0d12a7c 100644 --- a/debugger_protocol.rst +++ b/debugger_protocol.rst @@ -713,7 +713,7 @@ The following features strings MUST be available: max_children get|set max number of array or object children to initially retrieve max_data get|set max amount of variable data to - get|set initially retrieve. + initially retrieve. max_depth get|set maximum depth that the debugger engine may return when sending arrays, hashs or object structures to the IDE.