Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
63f760a8
Commit
63f760a8
authored
May 06, 2009
by
Daniel Molkentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify Gdb and Gdb spelling, rename Gdb View to "Debugger", update docs.
parent
c6a0d43d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
doc/images/qtcreator-debug-view.png
doc/images/qtcreator-debug-view.png
+0
-0
doc/qtcreator.qdoc
doc/qtcreator.qdoc
+3
-3
src/plugins/debugger/cdb/cdboptionspage.cpp
src/plugins/debugger/cdb/cdboptionspage.cpp
+1
-1
src/plugins/debugger/cdb/cdboptionspagewidget.ui
src/plugins/debugger/cdb/cdboptionspagewidget.ui
+1
-1
src/plugins/debugger/debuggeroutputwindow.cpp
src/plugins/debugger/debuggeroutputwindow.cpp
+1
-1
No files found.
doc/images/qtcreator-debug-view.png
View replaced file @
c6a0d43d
View file @
63f760a8
140 KB
|
W:
|
H:
117 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/qtcreator.qdoc
View file @
63f760a8
...
...
@@ -37,9 +37,9 @@
files and classes using minimal keystrokes.
\o \bold{Support for qmake's .pro file format}: The project's \c{.pro}
file is used as a project description file.
\o \bold{Debugging Interface
to GDB
}: Applications can be debugged
\o \bold{Debugging Interface}: Applications can be debugged
within Qt Creator using a graphical frontend to the GNU symbolic
debugger.
debugger
(GDB) and the Microsoft Console Debugger (CDB)
.
\endlist
\endtable
...
...
@@ -1072,7 +1072,7 @@
Here, you can lock or unlock the location of your views as well as display
or hide them. Among the views you can display are \gui Breakpoints,
\gui Disassembler, \gui Modules, \gui Registers, \gui
Gdb
, \gui Stack, and
\gui Disassembler, \gui Modules, \gui Registers, \gui
Debugger
, \gui Stack, and
\gui Thread. The position of your dock widgets will be saved for future
sessions.
...
...
src/plugins/debugger/cdb/cdboptionspage.cpp
View file @
63f760a8
...
...
@@ -34,7 +34,7 @@
#include <coreplugin/icore.h>
#include <QtCore/QCoreApplication>
const
char
*
const
CDB_SETTINGS_ID
=
QT_TRANSLATE_NOOP
(
"Debugger::Internal::CdbOptionsPageWidget"
,
"C
DB
"
);
const
char
*
const
CDB_SETTINGS_ID
=
QT_TRANSLATE_NOOP
(
"Debugger::Internal::CdbOptionsPageWidget"
,
"C
db
"
);
namespace
Debugger
{
namespace
Internal
{
...
...
src/plugins/debugger/cdb/cdboptionspagewidget.ui
View file @
63f760a8
...
...
@@ -22,7 +22,7 @@
<string>
These options take effect at the next start of Qt Creator.
</string>
</property>
<property
name=
"title"
>
<string>
C
DB
</string>
<string>
C
db
</string>
</property>
<property
name=
"checkable"
>
<bool>
true
</bool>
...
...
src/plugins/debugger/debuggeroutputwindow.cpp
View file @
63f760a8
...
...
@@ -207,7 +207,7 @@ public slots:
DebuggerOutputWindow
::
DebuggerOutputWindow
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
setWindowTitle
(
tr
(
"
Gdb
"
));
setWindowTitle
(
tr
(
"
Debugger
"
));
QSplitter
*
m_splitter
=
new
QSplitter
(
Qt
::
Horizontal
,
this
);
// mixed input/output
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment