Skip to content

Commit 98dc51b

Browse files
committed
Merge branch 'customize-container' of github.com:ghogen/vsdocs into customize-container
2 parents 327dcb6 + bf776f4 commit 98dc51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-debug-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In the project file, add this setting to tell Visual Studio to use your custom s
134134
```
135135

136136
::: moniker range=">=vs-2022"
137-
### Customize the image for debugging
137+
### Customize debugging images with AOT deployment
138138

139139
To support native AOT deployment, the GNU debugger (GDB) is installed, but only on the image used when debugging, not the final runtime image. The Dockerfile includes a build argument `LAUNCHING_FROM_VS` which can be `true` or `false`. If `true`, the `aotdebug` stage is used, which is where GDB is installed. Note that Visual Studio only supports native AOT and GDB for Linux containers.
140140

0 commit comments

Comments
 (0)