What's the point?
It would mainly be for those who only have the Task Manager -
what? Every Windows computer has a Task Manager. It's part of the operating system.
I mean like, if you want extra-detailed, go ahead and attach a debugger or as Mastermind suggested, Visual Studio. The things you need to add to realise your idea would be speed-consuming.
bool dbg = false;
for(short i=0;i<argc; i++)
if(argv[i] == "/d") dbg = true;
// and then to every single event you want a text in
if(dbg) sprintf(*console, "All %s set to %s", start_element, end_element);