Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3358
57af7e9fda48
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html	Sun Oct 13 17:44:48 2013 +0200
@@ -280,7 +280,8 @@
 arguments to be passed to the program (list of string)
 </dd><dt><i>environment</i></dt>
 <dd>
-dictionary of environment settings to pass (dict of string)
+dictionary of environment settings to pass
+            (dict of string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -368,7 +369,8 @@
 linenumber of the breakpoint (int)
 </dd><dt><i>enable</i></dt>
 <dd>
-flag indicating enabling or disabling a breakpoint (boolean)
+flag indicating enabling or disabling a breakpoint
+            (boolean)
 </dd>
 </dl><a NAME="DebuggerInterfaceRuby.remoteBreakpointIgnore" ID="DebuggerInterfaceRuby.remoteBreakpointIgnore"></a>
 <h4>DebuggerInterfaceRuby.remoteBreakpointIgnore</h4>
@@ -500,7 +502,8 @@
 <h4>DebuggerInterfaceRuby.remoteEval</h4>
 <b>remoteEval</b>(<i>arg</i>)
 <p>
-        Public method to evaluate arg in the current context of the debugged program.
+        Public method to evaluate arg in the current context of the debugged
+        program.
 </p><dl>
 <dt><i>arg</i></dt>
 <dd>
@@ -510,7 +513,8 @@
 <h4>DebuggerInterfaceRuby.remoteExec</h4>
 <b>remoteExec</b>(<i>stmt</i>)
 <p>
-        Public method to execute stmt in the current context of the debugged program.
+        Public method to execute stmt in the current context of the debugged
+        program.
 </p><dl>
 <dt><i>stmt</i></dt>
 <dd>
@@ -533,15 +537,16 @@
 the working directory for the program (string)
 </dd><dt><i>traceInterpreter=</i></dt>
 <dd>
-flag indicating if the interpreter library should be
-            traced as well (boolean)
+flag indicating if the interpreter library
+            should be traced as well (boolean)
 </dd><dt><i>autoContinue=</i></dt>
 <dd>
-flag indicating, that the debugger should not stop
-            at the first executable line (boolean)
+flag indicating, that the debugger should not
+            stop at the first executable line (boolean)
 </dd><dt><i>autoFork=</i></dt>
 <dd>
-flag indicating the automatic fork mode (boolean) (ignored)
+flag indicating the automatic fork mode (boolean)
+            (ignored)
 </dd><dt><i>forkChild=</i></dt>
 <dd>
 flag indicating to debug the child after forking
@@ -564,7 +569,8 @@
 the working directory for the program (string)
 </dd><dt><i>erase=</i></dt>
 <dd>
-flag indicating that timing info should be cleared first (boolean)
+flag indicating that timing info should be cleared
+            first (boolean)
 </dd>
 </dl><dl>
 <dt>Raises <b>NotImplementedError</b>:</dt>
@@ -599,7 +605,8 @@
 the working directory for the program (string)
 </dd><dt><i>autoFork=</i></dt>
 <dd>
-flag indicating the automatic fork mode (boolean) (ignored)
+flag indicating the automatic fork mode (boolean)
+            (ignored)
 </dd><dt><i>forkChild=</i></dt>
 <dd>
 flag indicating to debug the child after forking
@@ -669,17 +676,19 @@
 </dd><dt><i>failed</i></dt>
 <dd>
 list of failed test, if only failed test should be run
-                (list of strings)
+            (list of strings)
 </dd><dt><i>cov</i></dt>
 <dd>
-flag indicating collection of coverage data is requested (boolean)
+flag indicating collection of coverage data is requested
+            (boolean)
 </dd><dt><i>covname</i></dt>
 <dd>
 filename to be used to assemble the coverage caches
-                filename (string)
+            filename (string)
 </dd><dt><i>coverase</i></dt>
 <dd>
-flag indicating erasure of coverage data is requested (boolean)
+flag indicating erasure of coverage data is requested
+            (boolean)
 </dd>
 </dl><dl>
 <dt>Raises <b>NotImplementedError</b>:</dt>
@@ -720,7 +729,8 @@
 expression of the watch expression (string)
 </dd><dt><i>set</i></dt>
 <dd>
-flag indicating setting or resetting a watch expression (boolean)
+flag indicating setting or resetting a watch expression
+            (boolean)
 </dd><dt><i>temp</i></dt>
 <dd>
 flag indicating a temporary watch expression (boolean)
@@ -736,13 +746,15 @@
 expression of the watch expression (string)
 </dd><dt><i>enable</i></dt>
 <dd>
-flag indicating enabling or disabling a watch expression (boolean)
+flag indicating enabling or disabling a watch expression
+            (boolean)
 </dd>
 </dl><a NAME="DebuggerInterfaceRuby.remoteWatchpointIgnore" ID="DebuggerInterfaceRuby.remoteWatchpointIgnore"></a>
 <h4>DebuggerInterfaceRuby.remoteWatchpointIgnore</h4>
 <b>remoteWatchpointIgnore</b>(<i>cond, count</i>)
 <p>
-        Public method to ignore a watch expression the next couple of occurrences.
+        Public method to ignore a watch expression the next couple of
+        occurrences.
 </p><dl>
 <dt><i>cond</i></dt>
 <dd>

eric ide

mercurial