Search notes:

cdb.exe

Symbolic Debugger for Windows

See also

ntcdb.exe is identical to cdb.exe except that is opens a new console window when it is started. So, in cmd.exe, the following two lines are equivalent
C:\> start cdb …
C:\> ntcdb …

Suspending (freezing) all threads

Apparently, it's possible to suspend (freeze) all threads by pressing ctrl+c. However, I didn't find this documented, so I am not sure if this is official.
Debugging Tools for Windows

Index