gdnative_cpp_example icon indicating copy to clipboard operation
gdnative_cpp_example copied to clipboard

Recommend allowing debugging code on Windows

Open Siddhant628 opened this issue 4 years ago • 0 comments

Currently, the SConstruct file isn't specifying any variables to generate the program database (.pdb) file for the native code in the debug configuration on Windows.

I think it should default to generating it in debug configuration. This is how it used to be in an earlier version of the example, probably the change was introduced due to removal of the /ZI compiler option from the SConstruct.

I used the PDB variable for this so that I can step through code. :)

Siddhant628 avatar Jul 12 '21 04:07 Siddhant628