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> |