Documentation/Source/eric6.DebugClients.Python3.DebugBase.html

changeset 5161
f7b6ded9cc37
parent 4666
bc52ef526e11
equal deleted inserted replaced
5160:d8908660fc65 5161:f7b6ded9cc37
496 Because eric6 supports only one breakpoint per line, this overwritten 496 Because eric6 supports only one breakpoint per line, this overwritten
497 method will return this one and only breakpoint. 497 method will return this one and only breakpoint.
498 </p><dl> 498 </p><dl>
499 <dt><i>filename</i></dt> 499 <dt><i>filename</i></dt>
500 <dd> 500 <dd>
501 the filename of the bp to retrieve (string) 501 file name of the bp to retrieve (string)
502 </dd><dt><i>lineno</i></dt> 502 </dd><dt><i>lineno</i></dt>
503 <dd> 503 <dd>
504 the linenumber of the bp to retrieve (integer) 504 line number of the bp to retrieve (integer)
505 </dd> 505 </dd>
506 </dl><dl> 506 </dl><dl>
507 <dt>Returns:</dt> 507 <dt>Returns:</dt>
508 <dd> 508 <dd>
509 breakpoint or None, if there is no bp 509 breakpoint or None, if there is no bp
718 </dd> 718 </dd>
719 </dl><a NAME="DebugBase.user_return" ID="DebugBase.user_return"></a> 719 </dl><a NAME="DebugBase.user_return" ID="DebugBase.user_return"></a>
720 <h4>DebugBase.user_return</h4> 720 <h4>DebugBase.user_return</h4>
721 <b>user_return</b>(<i>frame, retval</i>) 721 <b>user_return</b>(<i>frame, retval</i>)
722 <p> 722 <p>
723 Public method reimplemented to report program termination to the debug 723 Public method reimplemented to report program termination to the
724 server. 724 debug server.
725 </p><dl> 725 </p><dl>
726 <dt><i>frame</i></dt> 726 <dt><i>frame</i></dt>
727 <dd> 727 <dd>
728 the frame object 728 the frame object
729 </dd><dt><i>retval</i></dt> 729 </dd><dt><i>retval</i></dt>

eric ide

mercurial