Skip to content

Commit abe3b19

Browse files
committed
add link to blog
1 parent b3c8c86 commit abe3b19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/debugger/cpp-dynamic-debugging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ If breakpoints don't hit in deoptimized functions:
259259
260260
- Dynamic Deoptimization won't work consistently if `/dynamicdeopt` isn't passed to `cl.exe`, `lib.exe`, and `link.exe` for all `.cpp`, `.lib`, and binary files. Confirm that the proper switches are set when you build your project.
261261
262-
- For more information about known issues, see [Known issues](https://aka.ms/vcdd_knownissues).
263-
264262
If things aren't working as expected, open a ticket at [Developer Community](https://developercommunity.visualstudio.com/cpp). Include as much information as possible about the issue.
265263
266264
## General notes
@@ -398,4 +396,5 @@ The following linker options are incompatible with C++ Dynamic Debugging:
398396

399397
[/dynamicdeopt compiler flag (preview)](/cpp/build/reference/dynamic-deopt)\
400398
[/DYNAMICDEOPT linker flag (preview)](/cpp/build/reference/dynamic-deopt-linker)\
399+
[C++ Dynamic Debugging: Full Debuggability for Optimized Builds](https://devblogs.microsoft.com/cppblog/?p=35229&preview=1&_ppp=311c983177)\
401400
[Debug optimized code](how-to-debug-optimized-code.md)

0 commit comments

Comments
 (0)