Module implementing a tab widget conatining a shell, a browser, variables viewers and exception logger.
SBVviewer | Module implementing tab widget conatining a shell, a browser, variables viewers and exception logger. |
None |
Module implementing tab widget conatining a shell, a browser, variables viewers and exception logger. The individual tabs contain the Python shell (optional), the filesystem browser, the two variables viewers (global and local) and the exception logger in that order.
SBVviewer | Constructor |
handleClientStack | Public slot to show the call stack of the program being debugged. |
handleDebuggingStarted | Public slot to handle the start of a debugging session. |
handleFrameSelected | Private slot to handle the selection of a new stack frame number. |
handleRawInput | Pulic slot to handle the switch to the shell in raw input mode. |
handleResetUI | Public method to reset the SBVviewer. |
handleSetGlobalsFilter | Private slot to set the global variable filter |
handleSetLocalsFilter | Private slot to set the local variable filter |
handleShowSource | Private slot to handle the source button press to show the selected file. |
restoreCurrentPage | Public slot to restore the previously saved page. |
saveCurrentPage | Public slot to save the current page. |
setVariablesFilter | Public slot to set the local variables filter. |
setWD | Public slot to set the working directory of the program being debugged. |
showVariable | Public method to show the variables in the respective window. |
showVariables | Public method to show the variables in the respective window. |
showVariablesTab | Public method to make a variables tab visible. |
Constructor
Public slot to show the call stack of the program being debugged.
Public slot to handle the start of a debugging session. This slot sets the variables filter expressions.
Private slot to handle the selection of a new stack frame number.
Pulic slot to handle the switch to the shell in raw input mode.
Public method to reset the SBVviewer.
Private slot to set the global variable filter
Private slot to set the local variable filter
Private slot to handle the source button press to show the selected file.
Public slot to restore the previously saved page.
Public slot to save the current page.
Public slot to set the local variables filter.
Public slot to set the working directory of the program being debugged.
Public method to show the variables in the respective window.
Public method to show the variables in the respective window.
Public method to make a variables tab visible.