Improve debugging using shared ngspice:
print out each command received.
This commit is contained in:
parent
f495431509
commit
5f059abdca
|
|
@ -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…
Reference in New Issue