projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa5ce4b
)
Print event name to output-window
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 23 Aug 2017 19:17:36 +0000
(22:17 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Mon, 13 Nov 2017 19:22:40 +0000
(22:22 +0300)
src/debug/netcoredbg/main.cpp
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/main.cpp
b/src/debug/netcoredbg/main.cpp
index
e1b5e54
..
360326e
100644
(file)
--- a/
src/debug/netcoredbg/main.cpp
+++ b/
src/debug/netcoredbg/main.cpp
@@
-309,7
+309,7
@@
public:
void HandleEvent(ICorDebugController *controller, const char *eventName)
{
- Debugger::Printf("=message,text=\"
event received %s
\"\n", eventName);
+ Debugger::Printf("=message,text=\"
Event received: '%s'\\n\",send-to=\"output-window
\"\n", eventName);
controller->Continue(0);
}