Hi,
I changed an existing file name from the Solution Explorer for a source and header file. After changing the names while the program compiles and runs as expected, setting a breakpoint in the file with the changed name will no longer work.
I decided to get the debug log and this are the specific lines related to the breakpoint in the specific file.
[ 6273 ms] ^done
[ 6273 ms] -break-insert -f C:/Users/thara/source/repos/stmBot/stmAPP/stmAPP/pushButton/push_button.cpp:79
[ 6284 ms] &”No source file named C:/Users/thara/source/repos/stmBot/stmAPP/stmAPP/pushButton/push_button.cpp.\n”
[ 6284 ms] ^done,bkpt={number=”3″,type=”breakpoint”,disp=”keep”,enabled=”y”,addr=”<PENDING>”,pending=”C:/Users/thara/source/repos/stmBot/stmAPP/stmAPP/pushButton/push_button.cpp:79″,times=”0″,original-location=”C:/Users/thara/source/repos/stmBot/stmAPP/stmAPP/pushButton/push_button.cpp:79″}
[ 6285 ms] -break-after 3 0
[ 6295 ms] ^done
How do I fix this issue?
Thank you.