Search notes:

cl /Bd

The /Bd option prints some debugging information

Makefile

The make file compiles proc.c using the /Bd option.
prog.exe: prog.obj
	@cl /nologo /Bd prog.obj /Feprog.exe

prog.obj: prog.c
	@cl /nologo /Bd prog.c /Foprog.obj
Github repository about-cl, path: /options/B/d/Makefile

prog.c

#include <stdio.h>

int main(void) {
  printf("Hello world\n");
  return 0;
}
Github repository about-cl, path: /options/B/1/prog.c

See also

cl options

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/...', 1759612604, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/development/Visual-Studio/cl/options/B/d(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78