77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#CallStackViewer.__saveStackTrace">__saveStackTrace</a></td> |
78 <td><a href="#CallStackViewer.__saveStackTrace">__saveStackTrace</a></td> |
79 <td>Private slot to save the stack trace info to a file.</td> |
79 <td>Private slot to save the stack trace info to a file.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#CallStackViewer.__showCallStack">__showCallStack</a></td> |
81 <td><a href="#CallStackViewer.__showCallStack">__showCallStack</a></td> |
82 <td>Public slot to show the call stack of the program being debugged.</td> |
82 <td>Private slot to show the call stack of the program being debugged.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#CallStackViewer.__showContextMenu">__showContextMenu</a></td> |
84 <td><a href="#CallStackViewer.__showContextMenu">__showContextMenu</a></td> |
85 <td>Private slot to show the context menu.</td> |
85 <td>Private slot to show the context menu.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#CallStackViewer.setDebugger">setDebugger</a></td> |
87 <td><a href="#CallStackViewer.setDebugger">setDebugger</a></td> |
130 Private slot to save the stack trace info to a file. |
130 Private slot to save the stack trace info to a file. |
131 </p><a NAME="CallStackViewer.__showCallStack" ID="CallStackViewer.__showCallStack"></a> |
131 </p><a NAME="CallStackViewer.__showCallStack" ID="CallStackViewer.__showCallStack"></a> |
132 <h4>CallStackViewer.__showCallStack</h4> |
132 <h4>CallStackViewer.__showCallStack</h4> |
133 <b>__showCallStack</b>(<i>stack</i>) |
133 <b>__showCallStack</b>(<i>stack</i>) |
134 <p> |
134 <p> |
135 Public slot to show the call stack of the program being debugged. |
135 Private slot to show the call stack of the program being debugged. |
136 </p><dl> |
136 </p><dl> |
137 <dt><i>stack</i></dt> |
137 <dt><i>stack</i></dt> |
138 <dd> |
138 <dd> |
139 list of tuples with call stack data (file name, |
139 list of tuples with call stack data (file name, |
140 line number, function name, formatted argument/values list) |
140 line number, function name, formatted argument/values list) |