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
There is a minor redundancy in the README.md file regarding the usage of --auto-args with debug information. The sentence in question is:
If debug information for the program (gcc -g) is available, --auto-args works even on functions inside the compiled the user programs.
specifically,
the compiled the user
I propose the following:
If debug information for the program (gcc -g) is available, --auto-args works even on functions inside the user-compiled programs.
the compiled the user -> the user-compiled
or any other corrections you like.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a minor redundancy in the README.md file regarding the usage of --auto-args with debug information. The sentence in question is:
specifically,
Proposal
I propose the following:
specifically,
or any other corrections you like.
The text was updated successfully, but these errors were encountered: