-
-
Notifications
You must be signed in to change notification settings - Fork 7
Tracer
marcin-l edited this page Jan 26, 2022
·
7 revisions
Every once in a while we forget we started a tracer session and it is left running while we work on other things. Tracing operation is resource intensive and will cause a slowdown. To remind us that Tracer session is running the window title is animated.
Similarly to Chrome browser extension created by Piotr Olejniczak PDT can jump to first Error or Message captured. Additionally PDT allows to jump to next or previous error or message by using arrow buttons.
Number of errors is shown when any button is used.
PDT allows to close less needed columns (THREAD, INT, RULE#, ELAPSED) to give a more focused view.
You can highlight a row by right-clicking on a step number.
Feature | Status | Notes |
---|---|---|
Custom environment header | OK | |
Running session indicator | OK | |
THREAD, INT, RULE#, ELAPSED columns close button | MLP | DOM elements to be destroyed instead of altering CSS |
Jump to first error/message | OK | |
Jump to next/previous error/message | OK | to be enhanced in Issue 17 |
Row bookmarks | MLP | |
Event page properties - first-level page navigation | OK | |
Event page properties - search | IDEA | |
Event page properties - highlight | IDEA | |
Open Tracer in tab instead of new windows | ALPHA | |
Find end or start of a call | IDEA | |
Bookmarks | IDEA | |
Event count | IDEA | low priority |
Floating headers | IDEA | low priority |
Configuration profiles | MLP | |
Additive/subtractive configuration sets | IDEA |