After setting breakpoints in my code and then debugging, I am given the error stated in the question title and manually interrupting the program results in a console message, "No source available for "__muldf3() at 0x80006be" (as an example), possibly indicating that there is no debug source code to reference.
I have tried cleaning, rebuilding and restarting TrueSTUDIO. I have set my build configuration to debug. I have made sure that the .elf file is correct.
I don't know why my debug source files might be unmatched with my build code. Is there something or some setting which I am neglecting to change?