Module implementing the Call Stack viewer widget.
None |
CallStackViewer | Class implementing the Call Stack viewer widget. |
None |
Class implementing the Call Stack viewer widget.
FilenameRole |
LinenoRole |
None |
CallStackViewer | Constructor |
__itemDoubleClicked | Private slot to handle a double click of a stack entry. |
__openSource | Private slot to show the source for the selected stack entry. |
__saveStackTrace | Private slot to save the stack trace info to a file. |
__showCallStack | Private slot to show the call stack of the program being debugged. |
__showContextMenu | Private slot to show the context menu. |
clear | Public method to clear the stack viewer data. |
setDebugger | Public method to set a reference to the Debug UI. |
setProjectMode | Public slot to set the call trace viewer to project mode. |
None |
Constructor
Private slot to handle a double click of a stack entry.
Private slot to show the source for the selected stack entry.
Private slot to save the stack trace info to a file.
Private slot to show the call stack of the program being debugged.
Private slot to show the context menu.
Public method to clear the stack viewer data.
Public method to set a reference to the Debug UI.
Public slot to set the call trace viewer to project mode.
In project mode the call trace info is shown with project relative path names.