xmake
xmake copied to clipboard
C++ Dynamic Debugging
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
Must add pdb path and /dynamicdeopt to compiler and linker.