Enable IOC debug output in netget.plt

This commit is contained in:
Andrew Johnson
2019-12-27 17:36:37 -06:00
parent cb0d8d1297
commit 5dc7995477

View File

@@ -28,7 +28,7 @@ my $exe = ($^O =~ m/^(MSWin32|cygwin)$/x) ? '.exe' : '';
my $prefix = "test-$$";
my $ioc = EPICS::IOC->new();
#$ioc->debug(1);
$ioc->debug(1);
$SIG{__DIE__} = $SIG{INT} = $SIG{QUIT} = sub {
$ioc->kill;