mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 22:10:43 +00:00
b8d5b3f4af
* Since RenderDoc is heavily mixed .NET/C++ code, regardless of any disadvantages this option is practically required (e.g. if building in profile, the first error message or assert will take the program down as the breakpoint won't get caught). * In the UI, enabling this option will always go into csproj.user, but in fact the option works fine if you manually put it into the csproj, which means this will be the default for all new clones. Yay!