You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that when I run any of the DAP-G commands following these instructions with provided test files I get the error code 1. I have all the outputs and everything seems fine, however if I run echo $? I get the error 1, even though the previous commands didn't result in any error messages.
I am guessing that this has something to do with the last couple of lines in the main.cc file:
// all done, print all configs
con.print_dap_config();
con.run();
return 1;
Is this behavior expected?
Thank you in advance,
probalica
The text was updated successfully, but these errors were encountered:
Hi,
I have noticed that when I run any of the DAP-G commands following these instructions with provided test files I get the error code 1. I have all the outputs and everything seems fine, however if I run
echo $?
I get the error1
, even though the previous commands didn't result in any error messages.I am guessing that this has something to do with the last couple of lines in the main.cc file:
Is this behavior expected?
Thank you in advance,
probalica
The text was updated successfully, but these errors were encountered: