Skip to content

Commit c57b1b6

Browse files
committed
add fastbuild note
1 parent d25695e commit c57b1b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/debugger/cpp-dynamic-debugging.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: C++ Dynamic Debugging (Preview)
33
description: Learn how to use C++ Dynamic Debugging to easily debug optimized code.
4-
ms.date: 03/17/2025
4+
ms.date: 04/01/2025
55
ms.topic: how-to
66
f1_keywords:
77
- vs.debug
@@ -265,7 +265,8 @@ If things aren't working as expected, open a ticket at [Developer Community](htt
265265
266266
## General notes
267267
268-
IncrediBuild 10.24 supports C++ Dynamic Debugging builds.
268+
IncrediBuild 10.24 supports C++ Dynamic Debugging builds.\
269+
FastBuild v1.15 supports C++ Dynamic Debugging builds.
269270
270271
Functions that are inlined are deoptimized on demand. If you set a breakpoint on an inlined function, the debugger deoptimizes the function and its caller. The breakpoint hits where you expect it to, as if your program was built without compiler optimizations.
271272

0 commit comments

Comments
 (0)