Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3358
57af7e9fda48
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html	Sun Oct 13 17:44:48 2013 +0200
@@ -279,7 +279,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="DebuggerInterfaceNone.remoteBreakpointIgnore" ID="DebuggerInterfaceNone.remoteBreakpointIgnore"></a>
 <h4>DebuggerInterfaceNone.remoteBreakpointIgnore</h4>
@@ -405,7 +406,8 @@
 <h4>DebuggerInterfaceNone.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>
@@ -415,7 +417,8 @@
 <h4>DebuggerInterfaceNone.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>
@@ -438,18 +441,19 @@
 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)
 </dd><dt><i>forkChild=</i></dt>
 <dd>
-flag indicating to debug the child after forking (boolean)
+flag indicating to debug the child after forking
+            (boolean)
 </dd>
 </dl><a NAME="DebuggerInterfaceNone.remoteProfile" ID="DebuggerInterfaceNone.remoteProfile"></a>
 <h4>DebuggerInterfaceNone.remoteProfile</h4>
@@ -468,7 +472,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><a NAME="DebuggerInterfaceNone.remoteRawInput" ID="DebuggerInterfaceNone.remoteRawInput"></a>
 <h4>DebuggerInterfaceNone.remoteRawInput</h4>
@@ -500,7 +505,8 @@
 flag indicating the automatic fork mode (boolean)
 </dd><dt><i>forkChild=</i></dt>
 <dd>
-flag indicating to debug the child after forking (boolean)
+flag indicating to debug the child after forking
+            (boolean)
 </dd>
 </dl><a NAME="DebuggerInterfaceNone.remoteSetThread" ID="DebuggerInterfaceNone.remoteSetThread"></a>
 <h4>DebuggerInterfaceNone.remoteSetThread</h4>
@@ -566,17 +572,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><a NAME="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a>
 <h4>DebuggerInterfaceNone.remoteUTRun</h4>
@@ -599,7 +607,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)
@@ -615,13 +624,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="DebuggerInterfaceNone.remoteWatchpointIgnore" ID="DebuggerInterfaceNone.remoteWatchpointIgnore"></a>
 <h4>DebuggerInterfaceNone.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