~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.DebugClients.Python.eric4dbgstub.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.DebugClients.Python.eric4dbgstub</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body><a NAME="top" ID="top"></a>
 
23
<h1>eric4.DebugClients.Python.eric4dbgstub</h1>
 
24
<p>
 
25
Module implementing a debugger stub for remote debugging.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr><td>None</td></tr>
 
30
</table>
 
31
<h3>Functions</h3>
 
32
<table>
 
33
<tr>
 
34
<td><a href="#initDebugger">initDebugger</a></td>
 
35
<td>Module function to initialize a debugger for remote debugging.</td>
 
36
</tr><tr>
 
37
<td><a href="#runcall">runcall</a></td>
 
38
<td>Module function mimicing the Pdb interface.</td>
 
39
</tr><tr>
 
40
<td><a href="#setScriptname">setScriptname</a></td>
 
41
<td>Module function to set the scriptname to be reported back to the IDE.</td>
 
42
</tr><tr>
 
43
<td><a href="#startDebugger">startDebugger</a></td>
 
44
<td>Module function used to start the remote debugger.</td>
 
45
</tr>
 
46
</table>
 
47
<hr /><hr />
 
48
<a NAME="initDebugger" ID="initDebugger"></a>
 
49
<h2>initDebugger</h2>
 
50
<b>initDebugger</b>(<i>kind="standard"</i>)
 
51
<p>
 
52
    Module function to initialize a debugger for remote debugging.
 
53
</p><dl>
 
54
<dt><i>kind</i></dt>
 
55
<dd>
 
56
type of debugger ("standard", "noqt" or "threads")
 
57
</dd>
 
58
</dl><dl>
 
59
<dt>Returns:</dt>
 
60
<dd>
 
61
flag indicating success (boolean)
 
62
</dd>
 
63
</dl>
 
64
<div align="right"><a href="#top">Up</a></div>
 
65
<hr /><hr />
 
66
<a NAME="runcall" ID="runcall"></a>
 
67
<h2>runcall</h2>
 
68
<b>runcall</b>(<i>func, *args</i>)
 
69
<p>
 
70
    Module function mimicing the Pdb interface.
 
71
</p><dl>
 
72
<dt><i>func</i></dt>
 
73
<dd>
 
74
function to be called (function object)
 
75
</dd><dt><i>*args</i></dt>
 
76
<dd>
 
77
arguments being passed to func
 
78
</dd>
 
79
</dl><dl>
 
80
<dt>Returns:</dt>
 
81
<dd>
 
82
the function result
 
83
</dd>
 
84
</dl>
 
85
<div align="right"><a href="#top">Up</a></div>
 
86
<hr /><hr />
 
87
<a NAME="setScriptname" ID="setScriptname"></a>
 
88
<h2>setScriptname</h2>
 
89
<b>setScriptname</b>(<i>name</i>)
 
90
<p>
 
91
    Module function to set the scriptname to be reported back to the IDE.
 
92
</p><dl>
 
93
<dt><i>name</i></dt>
 
94
<dd>
 
95
absolute pathname of the script (string)
 
96
</dd>
 
97
</dl>
 
98
<div align="right"><a href="#top">Up</a></div>
 
99
<hr /><hr />
 
100
<a NAME="startDebugger" ID="startDebugger"></a>
 
101
<h2>startDebugger</h2>
 
102
<b>startDebugger</b>(<i>enableTrace=1, redirect=1</i>)
 
103
<p>
 
104
    Module function used to start the remote debugger.
 
105
</p><dl>
 
106
<dt><i>enableTrace</i></dt>
 
107
<dd>
 
108
flag to enable the tracing function (boolean)
 
109
</dd><dt><i>redirect</i></dt>
 
110
<dd>
 
111
flag indicating redirection of stdin, stdout and stderr (boolean)
 
112
</dd>
 
113
</dl>
 
114
<div align="right"><a href="#top">Up</a></div>
 
115
<hr />
 
116
</body></html>
 
 
b'\\ No newline at end of file'