D-IDE
D-IDE copied to clipboard
if a program causes a d run time fault, d ide will stop accepting keyboard input
build and run, fault, no keyboard input. Can still ctrl-a to select all though...
extern (C) int _getch(); alias _getch getch;
void main() { getch(); }