182 <td>Public method to enable or disable a watch expression.</td> |
182 <td>Public method to enable or disable a watch expression.</td> |
183 </tr><tr> |
183 </tr><tr> |
184 <td><a href="#DebuggerInterfaceRuby.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
184 <td><a href="#DebuggerInterfaceRuby.remoteWatchpointIgnore">remoteWatchpointIgnore</a></td> |
185 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
185 <td>Public method to ignore a watch expression the next couple of occurrences.</td> |
186 </tr><tr> |
186 </tr><tr> |
|
187 <td><a href="#DebuggerInterfaceRuby.setCallTraceEnabled">setCallTraceEnabled</a></td> |
|
188 <td>Public method to set the call trace state.</td> |
|
189 </tr><tr> |
187 <td><a href="#DebuggerInterfaceRuby.shutdown">shutdown</a></td> |
190 <td><a href="#DebuggerInterfaceRuby.shutdown">shutdown</a></td> |
188 <td>Public method to cleanly shut down.</td> |
191 <td>Public method to cleanly shut down.</td> |
189 </tr><tr> |
192 </tr><tr> |
190 <td><a href="#DebuggerInterfaceRuby.startRemote">startRemote</a></td> |
193 <td><a href="#DebuggerInterfaceRuby.startRemote">startRemote</a></td> |
191 <td>Public method to start a remote Ruby interpreter.</td> |
194 <td>Public method to start a remote Ruby interpreter.</td> |
717 expression of the watch expression (string) |
720 expression of the watch expression (string) |
718 </dd><dt><i>count</i></dt> |
721 </dd><dt><i>count</i></dt> |
719 <dd> |
722 <dd> |
720 number of occurrences to ignore (int) |
723 number of occurrences to ignore (int) |
721 </dd> |
724 </dd> |
|
725 </dl><a NAME="DebuggerInterfaceRuby.setCallTraceEnabled" ID="DebuggerInterfaceRuby.setCallTraceEnabled"></a> |
|
726 <h4>DebuggerInterfaceRuby.setCallTraceEnabled</h4> |
|
727 <b>setCallTraceEnabled</b>(<i>on</i>) |
|
728 <p> |
|
729 Public method to set the call trace state. |
|
730 </p><dl> |
|
731 <dt><i>on</i></dt> |
|
732 <dd> |
|
733 flag indicating to enable the call trace function (boolean) |
|
734 </dd> |
722 </dl><a NAME="DebuggerInterfaceRuby.shutdown" ID="DebuggerInterfaceRuby.shutdown"></a> |
735 </dl><a NAME="DebuggerInterfaceRuby.shutdown" ID="DebuggerInterfaceRuby.shutdown"></a> |
723 <h4>DebuggerInterfaceRuby.shutdown</h4> |
736 <h4>DebuggerInterfaceRuby.shutdown</h4> |
724 <b>shutdown</b>(<i></i>) |
737 <b>shutdown</b>(<i></i>) |
725 <p> |
738 <p> |
726 Public method to cleanly shut down. |
739 Public method to cleanly shut down. |