Debugging on Windows

We are finally about to bring our app on windows and one of the last hurdles is how to implement proper debugging,

On macos we easily re-symbolicate the crash reports the system produces but I don’t know how to achieve something similar on windows, I implemented google crashpad and seemed fine but when we wrap the released app with ilok pace there’s no generation of crash dumps anymore.

Note that the app is a standalone one - not a plugin.

Everybody battled with similar issues before?