You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Guides-and-Tutorials/Coding-with-BHoM/Best-practices/Debugging-Edit-and-continue.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,15 @@ Step by step instructions:
40
40
41
41
3.**Configure the project to start with an UI application attached**. For Rhino/Grasshopper:
42
42
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".
44
44
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.
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.
51
52
52
53
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).
0 commit comments