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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Step by step instructions:
50
50
4.**Start the debugger with new instance of the UI software attached** (e.g Rhino).
51
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.
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).
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).**The Edit-and-Continue will be working for all the code in the Solution**.
0 commit comments