Hello The following patch provides support for SIGTRAP in the kill emulation on Windows. It implements mapping SIGTRAP to a call to DebugBreakProcess in C code. Patches that implement the discussed use cases in LISP will be submitted separately as this change is useful on its own, e.g. (signal-process PROCESS 'TRAP).