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
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
* I'm looking for maintainers, so if you would like to join me in bugfixing or adding features, please let me know.
4
4
* 2022 update: The project was migrated to VS2022 and boost 1.80, WindowsXP (32 bit) support was removed.
5
-
* the OutputForwarder companinion extention for VS2022 can be found in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JanWilmans.OutputForwarder2022)
5
+
* the OutputForwarder companion extension for VS2022 can be found in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JanWilmans.OutputForwarder2022)
6
6
* nuget.exe can be downloaded from https://www.nuget.org/downloads
7
7
8
8
Debugview++, currently at v1.9 (2024 Update!)
@@ -70,7 +70,7 @@ New in stable version 1.8.x:
70
70
- no other new features planned, if you're missing something you need, file an issue!
71
71
72
72
Features we dream about and will create when we choose to spend the time:
73
-
- a gantt chart-like view, a horzontal timeline, with bars/flags/signs on it to identify events
73
+
- a gantt chart-like view, a horizontal timeline, with bars/flags/signs on it to identify events
74
74
- a better plugin based input system
75
75
- transparent background streaming to disk
76
76
- proper memory limits
@@ -109,7 +109,7 @@ And more features:
109
109
- SAIT (search-as-I-type) + token highlighting
110
110
- bookmarks
111
111
- statusbar shows detailed log/view/selection information
112
-
- open saved logs for post-mortum analysis
112
+
- open saved logs for post-mortem analysis
113
113
- commandline version
114
114
- capture stdin piped messages, allows you to connect any kind of logging
115
115
- beep-filter for monitoring without seeing the screen (To hear it make sure a 'Default Beep' sound is defined in Control Panel->Sounds)
@@ -183,7 +183,7 @@ Pressing OK will open a new view without any filters.
183
183
184
184
Different types of filters:
185
185
186
-
All filters support regular expressions, if you are not familliar with regular expressions you can
186
+
All filters support regular expressions, if you are not familiar with regular expressions you can
187
187
just type any word or part of a word to match.
188
188
189
189
- include: if an include filter is added only lines containing a matching expression will be included.
@@ -215,7 +215,7 @@ Other features:
215
215
216
216
Consider this use case:
217
217
218
-
If you want to have auto scoll on, but some high frequeny messages are annoying you, but you cannot exclude them because they help you diagnose your event when it occurs, try this:
218
+
If you want to have auto scroll on, but some high frequency messages are annoying you, but you cannot exclude them because they help you diagnose your event when it occurs, try this:
219
219
220
220
Use two views, one where the diagnostic messages are filtered and autoscroll is on, and one where the messages are included (and maybe highlighted), next turn on the 'link views' feature.
221
221
@@ -235,7 +235,7 @@ turned off if any other line is selected.
235
235
236
236
**ClockTime**: when enabled the time is displayed as provided by the system's real-time clock (RTC). Such a timestamp has a 16ms resolution on a typical desktop PC. When disabled, time is displayed as a relative time to the first message, however this timestamp is obtained from the High-Performance Counter (HPC) which typically has a sub-microsecond resolution.
237
237
238
-
The resolution should not be confused with accuracy here, the recorded timestamp is not the actual time the message occured, it is the time the message was received by DebugView++. Also there is no quarantee that the time between occurance and reception of messages is constant, *however* in practice this is **pretty** constant :)
238
+
The resolution should not be confused with accuracy here, the recorded timestamp is not the actual time the message occurred, it is the time the message was received by DebugView++. Also there is no guarantee that the time between occurrence and reception of messages is constant, *however* in practice this is **pretty** constant :)
0 commit comments