--- a/targets/Win32/plc_Win32_main.c Sun Sep 07 15:23:32 2008 +0200
+++ b/targets/Win32/plc_Win32_main.c Sun Sep 07 15:54:09 2008 +0200
@@ -161,12 +161,14 @@
/* Prevent PLC to enter debug code */
WaitForSingleObject(debug_sem, INFINITE);
/* Let PLC enter debug code */
ReleaseSemaphore(debug_sem, 1, NULL);