Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pykd-ext
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Todd Hartman
pykd-ext
Commits
38e69daa
Commit
38e69daa
authored
Jan 29, 2019
by
ussrhero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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