Skip to content

Commit 3fffcbb

Browse files
committed
add known issues link
1 parent 1bc4b16 commit 3fffcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/debugger/cpp-dynamic-debugging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ 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 [C++ Dynamic Debugging: Full Debuggability for Optimized Builds](https://devblogs.microsoft.com/cppblog/?p=35229&preview=1&_ppp=311c983177#known-issues).
263+
262264
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.
263265
264266
## General notes

0 commit comments

Comments
 (0)