https://github.com/blndev/argumentcatcher
a small tool for developers and admins which shows the the arguments passed to the application as Windows-Debug-/ and Console Messages.
https://github.com/blndev/argumentcatcher
Last synced: 11 months ago
JSON representation
a small tool for developers and admins which shows the the arguments passed to the application as Windows-Debug-/ and Console Messages.
- Host: GitHub
- URL: https://github.com/blndev/argumentcatcher
- Owner: blndev
- Created: 2012-09-06T14:55:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T16:08:55.000Z (almost 11 years ago)
- Last Synced: 2023-03-28T23:46:36.610Z (about 3 years ago)
- Language: C++
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows ArgumentCatcher
===============
[](https://ci.appveyor.com/project/blndev/argumentcatcher/branch/master)
A small tool for developers and admins which shows the the arguments passed to the application as Windows-Debug-/ and Console Messages.
## Version 1
Simple Tool which takes arguments passed to this application and write them to a debug output.
This is useful if you like to analyze not working scripts, protocol handlers and so on.
Just replace the original executable with this tool and use debugview from sysinternals to see what has happened.