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

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1740442849, '3.129.217.232', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Program-Files-x86/Windows-Kits/n/Debuggers/arch/cdb_exe(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78