From 98bf72dee6b8d94bd92ee3b6edec0b0155ca3244 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 14 Feb 2025 14:16:42 +0100 Subject: [PATCH] add atExitDebug to see where vxWorks reboot hangs --- startup.script_part2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startup.script_part2 b/startup.script_part2 index f5e26a0..52d4e3b 100644 --- a/startup.script_part2 +++ b/startup.script_part2 @@ -12,4 +12,6 @@ require "iocinfo", getenv("iocinfo_VERSION")?getenv("iocinfo_VERSION"):"ifexists iocInit +atExitDebug = 1 + # end of startup.script_part2