eric6/Documentation/Source/eric6.Debugger.CallStackViewer.html

changeset 7887
c1588f5a83e9
parent 7273
391d6b7b1eff
child 7927
866ddf957461
equal deleted inserted replaced
7885:3e4605cc3541 7887:c1588f5a83e9
172 <p> 172 <p>
173 Private slot to show the call stack of the program being debugged. 173 Private slot to show the call stack of the program being debugged.
174 </p> 174 </p>
175 <dl> 175 <dl>
176 176
177 <dt><i>stack</i></dt> 177 <dt><i>stack</i> (list of tuples of (str, str, str, str))</dt>
178 <dd> 178 <dd>
179 list of tuples with call stack data (file name, 179 list of tuples with call stack data (file name,
180 line number, function name, formatted argument/values list) 180 line number, function name, formatted argument/values list)
181 </dd> 181 </dd>
182 </dl> 182 </dl>

eric ide

mercurial