Skip to content

Commit 2304dc6

Browse files
committed
Acrolinx edits
1 parent 3b197c7 commit 2304dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugger/hot-reload.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ The following table shows which projects support .NET Hot Reload with the debugg
5454

5555
The [types of edits you can make](../debugger/supported-code-changes-csharp.md) with Hot Reload are determined by the runtime and compiler version, not by the method you used to start the application (F5 or Ctrl+F5).
5656

57-
In the following sections, we’ll expand on the preceding summary and dive into more details.
57+
In the following sections, we provide additional details.
5858

5959
## Support for C++ applications
6060

6161
When using Visual Studio 2022 and starting your app with the debugger, you can hot reload a native C++ application when running under the debugger (F5) using the **Hot Reload** button. Hot Reload is also supported for apps built using CMake and OpenFolder projects.
6262

63-
For your project to support Hot Reload, you need the following:
63+
For your project to support Hot Reload, you need the following options set:
6464

6565
* Project > Properties > C/C++ > General > **Debug Information Format** must be set to "Program Database for Edit and Continue `/ZI`"
6666
* Project > Properties > Linker > General > **Enable Incremental Linking** must be set to "Yes `/INCREMENTAL`"
@@ -82,7 +82,7 @@ Hot Reload is available without the debugger when targeting most types of .NET 6
8282

8383
This feature is exclusive to .NET 6+. Those apps not targeting .NET 6+ (that is, they target .NET 5 or below) do not support the "no debugger" scenario and must use the debugger to get access to Hot Reload functionality.
8484

85-
Also, be aware that not all project types currently support the "no debugger" scenario, see [Support for .NET applications](#support-for-net-applications).
85+
Also, not all project types currently support the "no debugger" scenario, see [Support for .NET applications](#support-for-net-applications).
8686

8787
## Visual Studio 2022 with a .NET 6+ app
8888

0 commit comments

Comments
 (0)