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
Setting a PrintPoint fails.
Loop %d of %d\n K L1
Error Message:
breakpoint-modified,bkpt={number="2",type="dprintf",disp="keep",enabled="y",addr="0x00007ffff5c3f8c4",func="cfftx",file="sssMathlib.f",fullname="/home/erniep/Development/Peak/src/Core/Math/sssMathlib.f",line="1073",thread-groups=["i1"],times="1",script={"call (void) printf ("Loop %d of %d\ ",K,L1)"},original-location="-source /home/erniep/Development/Peak/src/Core/Math/sssMathlib.f -line 1073"} Invalid character '"' in expression.
The text was updated successfully, but these errors were encountered:
Might be related to Fortran source files. Seems to work with C/C++ files.
Sorry, something went wrong.
Definitely related to Fortran code. C/C++ files are fine. Will work on this later. I might need to submit a bug report to gnu/gdb.
Here's a recent link on using dprintf. It may help.
https://abstractexpr.com/2024/03/03/dynamic-printf-debugging-with-gdb/
Call style printpoints don't support Fortran. Use gdb style printpoints.
epasveer
Successfully merging a pull request may close this issue.
Setting a PrintPoint fails.
Error Message:
The text was updated successfully, but these errors were encountered: