diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.DebugClients.Python.DebugBase.html --- a/Documentation/Source/eric5.DebugClients.Python.DebugBase.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.DebugClients.Python.DebugBase.html Sun Sep 29 18:23:27 2013 +0200 @@ -337,6 +337,11 @@ <dd> local trace function </dd> +</dl><dl> +<dt>Raises <b>bdb.BdbQuit</b>:</dt> +<dd> +raised to indicate the end of the debug session +</dd> </dl><a NAME="DebugBase.dispatch_line" ID="DebugBase.dispatch_line"></a> <h4>DebugBase.dispatch_line</h4> <b>dispatch_line</b>(<i>frame</i>) @@ -356,6 +361,11 @@ <dd> local trace function </dd> +</dl><dl> +<dt>Raises <b>bdb.BdbQuit</b>:</dt> +<dd> +raised to indicate the end of the debug session +</dd> </dl><a NAME="DebugBase.dispatch_return" ID="DebugBase.dispatch_return"></a> <h4>DebugBase.dispatch_return</h4> <b>dispatch_return</b>(<i>frame, arg</i>) @@ -374,6 +384,11 @@ <dd> local trace function </dd> +</dl><dl> +<dt>Raises <b>bdb.BdbQuit</b>:</dt> +<dd> +raised to indicate the end of the debug session +</dd> </dl><a NAME="DebugBase.fix_frame_filename" ID="DebugBase.fix_frame_filename"></a> <h4>DebugBase.fix_frame_filename</h4> <b>fix_frame_filename</b>(<i>frame</i>) @@ -395,6 +410,11 @@ <dd> the frame object </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +fixed up file name (string) +</dd> </dl><a NAME="DebugBase.getCurrentFrame" ID="DebugBase.getCurrentFrame"></a> <h4>DebugBase.getCurrentFrame</h4> <b>getCurrentFrame</b>(<i></i>) @@ -447,10 +467,10 @@ </p><dl> <dt><i>filename</i></dt> <dd> -the filename of the bp to retrieve (string) -</dd><dt><i>ineno</i></dt> +filename of the bp to retrieve (string) +</dd><dt><i>lineno</i></dt> <dd> -the linenumber of the bp to retrieve (integer) +linenumber of the bp to retrieve (integer) </dd> </dl><dl> <dt>Returns:</dt> @@ -467,6 +487,11 @@ <dd> expression of the watch expression to be cleared (string) </dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the watch point +</dd> </dl><a NAME="DebugBase.go" ID="DebugBase.go"></a> <h4>DebugBase.go</h4> <b>go</b>(<i>special</i>) @@ -498,13 +523,18 @@ </p><dl> <dt><i>frame</i></dt> <dd> -The current stack frame. +current stack frame. </dd><dt><i>event</i></dt> <dd> -The trace event (string) +trace event (string) </dd><dt><i>arg</i></dt> <dd> -The arguments +arguments +</dd> +</dl><dl> +<dt>Raises <b>RuntimeError</b>:</dt> +<dd> +raised to indicate too many recursions </dd> </dl><a NAME="DebugBase.setRecursionDepth" ID="DebugBase.setRecursionDepth"></a> <h4>DebugBase.setRecursionDepth</h4>