xmake icon indicating copy to clipboard operation
xmake copied to clipboard

C++ Dynamic Debugging

Open MaxwellGengYF opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe.

C++ dynamic debugging option: https://devblogs.microsoft.com/cppblog/cpp-dynamic-debugging-full-debuggability-for-optimized-builds/

Describe the solution you'd like

maybe an option like:

set_dynamic_debugging(true)

Describe alternatives you've considered

No response

Additional context

No response

MaxwellGengYF avatar Mar 27 '25 08:03 MaxwellGengYF

Must add pdb path and /dynamicdeopt to compiler and linker.

MaxwellGengYF avatar Mar 27 '25 08:03 MaxwellGengYF