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 …
ctrl+c. However, I didn't find this documented, so I am not sure if this is official.