Skip to content

Commit 26f50a6

Browse files
authored
Update how-can-i-debug-access-violations-when-running-my-program-outside-the-debugger-q.md
1 parent e605faa commit 26f50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vs-2015/debugger/how-can-i-debug-access-violations-when-running-my-program-outside-the-debugger-q.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Problem Description
3030
## Solution
3131
Set the [Just-in-time debugging](../debugger/just-in-time-debugging-in-visual-studio.md) option and run your program stand-alone until the access violation occurs. Then, in the **Access Violation** dialog box, you can click **Cancel** to start the debugger.
3232

33-
Also see the Knowledge Base article Q133174, "How to Locate Where a General Protection (GP) Fault Occurs." You can find Knowledge Base articles on the MSDN Library CD or by searching [http://support.microsoft.com/](https://support.microsoft.com/en-us).
33+
Also see the Knowledge Base article Q133174, "How to Locate Where a General Protection (GP) Fault Occurs." You can find Knowledge Base articles on the MSDN Library CD or by searching [http://support.microsoft.com/](https://support.microsoft.com/).
3434

3535
## See Also
3636
[Debugging Native Code FAQs](../debugger/debugging-native-code-faqs.md)

0 commit comments

Comments
 (0)