Improve debugging using shared ngspice:
print out each command received.
This commit is contained in:
parent
6ea6f8d9a8
commit
816f43dd36
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue