An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Windows ArgumentCatcher
===============
[![Build status](https://ci.appveyor.com/api/projects/status/i99nvgyq41e88lf4/branch/master?svg=true)](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.