Skip to content

Commit 246c194

Browse files
committed
minor edits
1 parent a78923b commit 246c194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/developer/visualstudio/debuggers/troubleshooting-breakpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Navigate to **Debug** > **Windows** > **Modules** when debugging and check wheth
4444

4545
### "… the current source code is different from the version built into..."
4646

47-
Alternatively, the message may say **"… the source code is different from the original version."**.
47+
Alternatively, the message might say **"… the source code is different from the original version."**.
4848

4949
If a source file has changed and the source no longer matches the code you're debugging, the debugger won't set breakpoints in the code by default. Normally, this problem happens when a source file is changed, but the source code wasn't rebuilt. To fix this issue, rebuild the project. If the build system thinks the project is already up-to-date even though it isn't, you can force the project system to rebuild. Rebuild the project either by saving the source file again or by cleaning the build output before building.
5050

@@ -57,7 +57,7 @@ Follow one of the options to disable these safety checks:
5757

5858
#### Get AI assistance
5959

60-
If you have [Copilot](/visualstudio/ide/visual-studio-github-copilot-extension.md), you can get AI assistance to help resolve the issue of a source code mismatch. Copilot performs lightweight validation of the code and enables re-launch of the debugger if it successfully identifies a cause. Use the **Ask Copilot** button at the end of the error message.
60+
If you have [Copilot](/visualstudio/ide/visual-studio-github-copilot-extension.md), you can use AI assistance to help resolve source code mismatch issues. Copilot performs a lightweight validation of the code and enables a relaunch of the debugger if it successfully identifies a cause. Use the **Ask Copilot** button at the end of the error message.
6161

6262
## The breakpoint was successfully set (no warning), but didn't hit
6363

0 commit comments

Comments
 (0)