Support Information
Here are some useful tools for windows debugging:
- procmon = like strace
- tasklist (command line tool) = like ps
- "tasklist /SVC"
- ctrl-shift-esc = call up task mananager
- Resource monitor = click on link in task manager
- shows stuff like /proc, graphed over time, with resource utilization per process (very handy to find disk hogs)