Automate traces using Sysinternals ProcMon #12
SwiftExpat
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often recommend for developers to use ProcMon to debug issues with DLL loading or paths. I am considering to create the filters in Procmon and lauch a trace as part of the process launch.
Current common use case, Python and Delphi integration, and errors due to not having C runtime. This is very easy to see in a procmon trace and would save some time debugging.
Another use case is capturing the call stack during execution, this applies to application crashes where the process just stops with no warnings, procmon can at least give some insight as to the last actions.
Beta Was this translation helpful? Give feedback.
All reactions