Browse Source

Improve debugging using shared ngspice:

print out each command received.
pre-master-46
Holger Vogt 2 years ago
parent
commit
5f059abdca
  1. 3
      src/sharedspice.c

3
src/sharedspice.c

@ -1114,6 +1114,9 @@ int ngSpice_Command(char* comexec)
return 1; return 1;
} }
if (ft_ngdebug)
fprintf(stdout, "\nngSpiceCommand: received command '%s'\n", comexec);
if ( ! setjmp(errbufc) ) { if ( ! setjmp(errbufc) ) {
immediate = FALSE; immediate = FALSE;

Loading…
Cancel
Save