debugger: provide a method to copy Locals&Watchers contents into a main editor.

Task-number: QTCREATORBUG-982
This commit is contained in:
hjk
2010-09-08 09:09:09 +02:00
parent 18d14b5367
commit 1d3606f4b9
4 changed files with 35 additions and 0 deletions

View File

@@ -232,6 +232,7 @@ enum ModelRoles
LocalsPointerValueRole, // Pointer value (address) as quint64
LocalsIsWatchpointAtAddressRole,
LocalsIsWatchpointAtPointerValueRole,
RequestShowInEditorRole,
RequestWatchPointRole,
RequestToggleWatchRole,
RequestToolTipByExpressionRole,