You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Debugview++, currently at v1.8
8
8
[Download latest here](https://github.com/djeedjay/DebugViewPP/releases), I would really like to hear what you think! Leave any [**comments here**](https://github.com/djeedjay/DebugViewPP/issues/283)
9
9
10
10
Questions? Tweet me at [**@janwilmans**](https://twitter.com/janwilmans) or chat on skype at 'janwilmans'.
11
+
There is also a [slack channel](https://cpplang.slack.com/messages/debugviewpp)
11
12
12
13
Debugview++ started as a viewer for Win32 OutputDebugString messages in the style of
13
14
Sysinternals DebugView. However, it can now be attached to virtually any other kind of logging, such as:
@@ -36,7 +37,7 @@ Gather and analyse crash information.
36
37
37
38
We use Incredibuild to make use of all cores of multiple machines to accelerate building our C++ projects.
38
39
39
-
So when is this Debugview++ thing usefull?
40
+
So when is this Debugview++ thing useful?
40
41
------------------------------------------
41
42
42
43
- first of all, with debugview++ you can see messages from different processes, not just 'attached' processes.
0 commit comments