Skip to content

Commit 449543c

Browse files
committed
Update Debugging-Edit-and-continue.md
1 parent 0b111de commit 449543c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/Guides-and-Tutorials/Coding-with-BHoM/Best-practices/Debugging-Edit-and-continue.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ Step by step instructions:
4040

4141
3. **Configure the project to start with an UI application attached**. For Rhino/Grasshopper:
4242

43-
3.1 Go in the project settings by right-clicking the Project and selecting "Properties".
43+
3.1 Go in the project settings by right-clicking the Project and selecting "Properties".
4444

45-
3.2 Go in the "Debug" section on the left, then select the "Start external program" radio button and specify the Rhino executable path (as found on your machine - check where it's located and copy its path) in the textbox.
45+
3.2 Go in the "Debug" section on the left, then select the "Start external program" radio button and specify the Rhino executable path (as found on your machine - check where it's located and copy its path) in the textbox.
4646

47-
![alt text](../_images/HotReload-08-DebugSetting.png)
47+
![alt text](../_images/HotReload-08-DebugSetting.png)
4848

4949

50-
4. **Start the debugger with new instance of the UI software attached** (e.g Rhino). Press F5 or the big green "play" button at the top to start Rhino; this instance of Rhino will have the debugger already attached and the Edit-and-Continue feature enabled.
50+
4. **Start the debugger with new instance of the UI software attached** (e.g Rhino).
51+
Press F5 or the big green "play" button at the top to start Rhino; this instance of Rhino will have the debugger already attached and the Edit-and-Continue feature enabled.
5152

5253
The last step will fire up your UI application and you will be able to modify the code while debugging (just press the `Pause` button in Visual Studio).
5354

0 commit comments

Comments
 (0)