Version: 1. .2.7.0
Frequency: Consistently
Severity: High
Bug description:
VS 2022 debugger correclty links with 2024 executable ( wasm debug window shows both wasm and dll in debug mode) however crashes with “KittyHawkx64_PCSUB.pdb not included” as soon as i try to set a break point. This makes debugging impossible.
Thanks
/Mario
Hi Eric,
adimittely not, apologize, i’m partially excused by the WASM debug window which correctly shows both in DEBUG mode even without
-AllowDebugger flag (I used it in 2020).
Thanks a lot
/Mario
The WASM debug window tells you whether the WASM module was compiled in Debug mode and if the DLL was built in Debug mode too - this can be useful information even if you do not launch with the flag.
Unfortunately we cannot warn people when they try to attach with a debugger that they forgot to specify the flag.
Best regards,
Eric / Asobo