Improve debugging using shared ngspice:

print out each command received.
This commit is contained in:
Holger Vogt 2024-08-16 12:21:12 +02:00
parent 6ea6f8d9a8
commit 816f43dd36
1 changed files with 3 additions and 0 deletions

View File

@ -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;