Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html	Sun Sep 29 18:22:08 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html	Sun Sep 29 18:23:27 2013 +0200
@@ -172,7 +172,7 @@
 <td>Public method to start a unittest run.</td>
 </tr><tr>
 <td><a href="#DebuggerInterfaceRuby.remoteUTStop">remoteUTStop</a></td>
-<td>public method to stop a unittest run.</td>
+<td>Public method to stop a unittest run.</td>
 </tr><tr>
 <td><a href="#DebuggerInterfaceRuby.remoteWatchpoint">remoteWatchpoint</a></td>
 <td>Public method to set or clear a watch expression.</td>
@@ -480,6 +480,12 @@
 flag indicating that coverage info should be
             cleared first (boolean)
 </dd>
+</dl><dl>
+<dt>Raises <b>NotImplementedError</b>:</dt>
+<dd>
+raised to indicate that this interface
+            is not supported
+</dd>
 </dl><a NAME="DebuggerInterfaceRuby.remoteEnvironment" ID="DebuggerInterfaceRuby.remoteEnvironment"></a>
 <h4>DebuggerInterfaceRuby.remoteEnvironment</h4>
 <b>remoteEnvironment</b>(<i>env</i>)
@@ -560,6 +566,12 @@
 <dd>
 flag indicating that timing info should be cleared first (boolean)
 </dd>
+</dl><dl>
+<dt>Raises <b>NotImplementedError</b>:</dt>
+<dd>
+raised to indicate that this interface
+            is not supported
+</dd>
 </dl><a NAME="DebuggerInterfaceRuby.remoteRawInput" ID="DebuggerInterfaceRuby.remoteRawInput"></a>
 <h4>DebuggerInterfaceRuby.remoteRawInput</h4>
 <b>remoteRawInput</b>(<i>s</i>)
@@ -669,17 +681,35 @@
 <dd>
 flag indicating erasure of coverage data is requested (boolean)
 </dd>
+</dl><dl>
+<dt>Raises <b>NotImplementedError</b>:</dt>
+<dd>
+raised to indicate that this interface
+            is not supported
+</dd>
 </dl><a NAME="DebuggerInterfaceRuby.remoteUTRun" ID="DebuggerInterfaceRuby.remoteUTRun"></a>
 <h4>DebuggerInterfaceRuby.remoteUTRun</h4>
 <b>remoteUTRun</b>(<i></i>)
 <p>
         Public method to start a unittest run.
-</p><a NAME="DebuggerInterfaceRuby.remoteUTStop" ID="DebuggerInterfaceRuby.remoteUTStop"></a>
+</p><dl>
+<dt>Raises <b>NotImplementedError</b>:</dt>
+<dd>
+raised to indicate that this interface
+            is not supported
+</dd>
+</dl><a NAME="DebuggerInterfaceRuby.remoteUTStop" ID="DebuggerInterfaceRuby.remoteUTStop"></a>
 <h4>DebuggerInterfaceRuby.remoteUTStop</h4>
 <b>remoteUTStop</b>(<i></i>)
 <p>
-        public method to stop a unittest run.
-</p><a NAME="DebuggerInterfaceRuby.remoteWatchpoint" ID="DebuggerInterfaceRuby.remoteWatchpoint"></a>
+        Public method to stop a unittest run.
+</p><dl>
+<dt>Raises <b>NotImplementedError</b>:</dt>
+<dd>
+raised to indicate that this interface
+            is not supported
+</dd>
+</dl><a NAME="DebuggerInterfaceRuby.remoteWatchpoint" ID="DebuggerInterfaceRuby.remoteWatchpoint"></a>
 <h4>DebuggerInterfaceRuby.remoteWatchpoint</h4>
 <b>remoteWatchpoint</b>(<i>cond, set, temp=False</i>)
 <p>

eric ide

mercurial