diff --git a/src/sharedspice.c b/src/sharedspice.c index 291f87070..a7d858414 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -1114,6 +1114,9 @@ int ngSpice_Command(char* comexec) return 1; } + if (ft_ngdebug) + fprintf(stdout, "\nngSpiceCommand: received command '%s'\n", comexec); + if ( ! setjmp(errbufc) ) { immediate = FALSE;