Cordbg.exe from .NET 1.1 patch:

My patch enables logging (into cordbg.log file) and new pcont command executing print and cont in turn. This is useful when you need to handle a lot of breakpoint hits and log all function arguments into file: just by pressing Enter.

Note: print command will not work as just p anymore, use pr as shortcut for print.

Patch, patched source code and compiled cordbg.exe.

→ [back to the main page]