Skip to content

Commit 6bdf530

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Step by step instructions:
5050
4. **Start the debugger with new instance of the UI software attached** (e.g Rhino).
5151
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.
5252

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**.
5454

5555

5656

0 commit comments

Comments
 (0)