We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kicost --version
--debug
The team thanks your contribution.
The text was updated successfully, but these errors were encountered:
I have run the below command: kicost -w -i %File% --debug 10 >error , but the error file is of 0bytes.
Sorry, something went wrong.
You must capture all the messages, try using 2> instead of > (to capture stderr, not stdout)
2>
>
@set-soft Thanks, with 2> I could capture all the messages and I have emailed it.
I can't reproduce it and the user wasn't able to capture the whole traceback.
No branches or pull requests
Issue / Problem report
kicost --version
at terminal.V1.1.6
I am using kicost with Kicad 5.1.12 on a Win10 PC.
--debug
option on KiCost call;kicost -w -i %YOUR_FILE% --debug 8
Feature / Enhancement request
The team thanks your contribution.
The text was updated successfully, but these errors were encountered: