Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
pykd
pykd-ext
Commits
38e69daa
Commit
38e69daa
authored
Jan 29, 2019
by
ussrhero
Browse files
removed debug output mask for py command
parent
1c4d5b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sources/version.h
sources/version.h
+1
-1
sources/windbgext.cpp
sources/windbgext.cpp
+1
-1
No files found.
sources/version.h
View file @
38e69daa
...
...
@@ -3,7 +3,7 @@
#define PYKDEXT_VERSION_MAJOR 2
#define PYKDEXT_VERSION_MINOR 0
#define PYKDEXT_VERSION_SUBVERSION 0
#define PYKDEXT_VERSION_BUILDNO
19
#define PYKDEXT_VERSION_BUILDNO
20
#define __VER_STR2__(x) #x
#define __VER_STR1__(x) __VER_STR2__(x)
...
...
sources/windbgext.cpp
View file @
38e69daa
...
...
@@ -317,7 +317,7 @@ py(
ULONG
oldMask
;
client
->
GetOutputMask
(
&
oldMask
);
client
->
SetOutputMask
(
DEBUG_OUTPUT_NORMAL
|
DEBUG_OUTPUT_ERROR
|
DEBUG_OUTPUT_WARNING
|
DEBUG_OUTPUT_DEBUGGEE
);
//
client->SetOutputMask(DEBUG_OUTPUT_NORMAL|DEBUG_OUTPUT_ERROR|DEBUG_OUTPUT_WARNING|DEBUG_OUTPUT_DEBUGGEE );
try
{
...
...
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