Skip to content

Commit 9a84308

Browse files
Fix links.
1 parent 94926fe commit 9a84308

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dev-Mode-in-Visual-Studio.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ When the language service's script side is modified in any way (whether or not y
4040
# Debugging the language service in Visual Studio using Visual Studio
4141

4242
1. Have a running instance of Visual Studio 2013/2015 with an open TypeScript file.
43-
![A running instance with a typical TypeScript file.](./dev-mode-screenshots/001.png)
43+
![A running instance with a typical TypeScript file.](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/dev-mode-screenshots/001.png)
4444
2. Open a new instance of Visual Studio 2013/2015.
4545
3. Bring up the **Attach to Process** dialog by either
4646
* Using menu bar and navigating from `Debug` -> `Attach to Process`.
47-
![Navigating to the **Attach to Process** dialog with the menu bar.](./dev-mode-screenshots/002.png)
47+
![Navigating to the **Attach to Process** dialog with the menu bar.](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/dev-mode-screenshots/002.png)
4848
* Clicking on the `Attach` button from the **Standard** toolbar if it is visible.
49-
![A shortcut to opening the 'Attach to Process' dialog.](./dev-mode-screenshots/003.png)
49+
![A shortcut to opening the 'Attach to Process' dialog.](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/dev-mode-screenshots/003.png)
5050
4. In the row labeled `Attach to:`, click on the `Select...` button.
51-
![Hit the select button.](./dev-mode-screenshots/004.png)
51+
![Hit the select button.](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/dev-mode-screenshots/004.png)
5252
5. Click the radio button `Debug these code types` and select `Script`. Then press OK.
53-
![Select 'Script' code to be debugged.](./dev-mode-screenshots/005.png)
53+
![Select 'Script' code to be debugged.](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/dev-mode-screenshots/005.png)
5454
6. Find the appropriate Visual Studio instance in your list. Visual Studio instances have the process name `devenv.exe` and you can typically narrow down your instance looking for its current file in the Title field.
5555
7. Hit the `Attach` button. In the **Solution Exporer**. you should now see four active debuggers (one for each language service thread).
56-
![Debugging view after appropriately selecting your Visual Studio instance.](./dev-mode-screenshots/006.png)
56+
![Debugging view after appropriately selecting your Visual Studio instance.](https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/dev-mode-screenshots/006.png)
5757

5858
At this point you should be able to hit debug points and get an understanding of what's going on.
5959

0 commit comments

Comments
 (0)