diff --git a/debugger_protocol.rst b/debugger_protocol.rst index 25685b2..4a664f6 100644 --- a/debugger_protocol.rst +++ b/debugger_protocol.rst @@ -2,7 +2,7 @@ DBGP - A common debugger protocol for languages and debugger UI communication ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Version: 1.0 -:Status: draft 19 +:Status: draft 20 :Authors: - Shane Caraveo, ActiveState - Derick Rethans @@ -2277,7 +2277,7 @@ where, A. ChangeLog ============ -2017-07-10 +2017-07-10 - draft 20 - 5.3 Fixed the text and example for proxyinit. It doesn't accept "-a ip:port" but just "-p port".