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
Marco Bubke
flatpak-qt-creator
Commits
c3a5a487
Commit
c3a5a487
authored
Sep 29, 2009
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CDB: Compile Windows
parent
49b64988
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/debugger/cdb/cdbdebugengine.cpp
src/plugins/debugger/cdb/cdbdebugengine.cpp
+1
-1
No files found.
src/plugins/debugger/cdb/cdbdebugengine.cpp
View file @
c3a5a487
...
...
@@ -389,7 +389,7 @@ static inline const char *codeLevelName(ULONG level)
bool
CdbDebugEnginePrivate
::
setCodeLevel
()
{
const
ULONG
codeLevel
=
theDebuggerBoolSetting
(
S
te
p
ByInstruction
)
?
const
ULONG
codeLevel
=
theDebuggerBoolSetting
(
Opera
teByInstruction
)
?
DEBUG_LEVEL_ASSEMBLY
:
DEBUG_LEVEL_SOURCE
;
ULONG
currentCodeLevel
=
DEBUG_LEVEL_ASSEMBLY
;
HRESULT
hr
=
m_cif
.
debugControl
->
GetCodeLevel
(
&
currentCodeLevel
);
...
...
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