Debug output

SDK supports Prepar3D’s philosophy of an open development architecture and encourages third parties to bring new innovations with improved add-ons and training content.
Post Reply
JeeHell
Posts: 94
Joined: Sun Jan 15, 2012 11:04 pm

Debug output

Post by JeeHell »

Hello

Since the update to v4.5, my debugger gets a lot of breakpoints and debug output messages while running my DLL modules inside prepar3d.exe process. Particularly when changing the vehicle through the menu UI. This slows down the whole process quite extensively (it takes me 2-3 minutes to load vehicles in the UI list).
Most debug messages are about heap memory being blocked.

Thanks
Jean Luc
BenBaron
Posts: 80
Joined: Fri Jan 16, 2015 7:51 am

Re: Debug output

Post by BenBaron »

Hi Jean Luc,

just chiming in to say that I am not seeing something like this. I've just upgraded from 4.3 Client and Content to 4.5 Client and Content and things are working out as before on my side with a debugger attached to my PDK dll.

So maybe you can elaborate more on what you are doing and experiencing?

All the best,

Benny
JeeHell
Posts: 94
Joined: Sun Jan 15, 2012 11:04 pm

Re: Debug output

Post by JeeHell »

In my case it is not a PDK module, just a regular DLL loaded with simconnect of no to P3D.
One thing to note it is not developped in c++. I know that is not officially supported, but so far I never had issues with that until 4.5.
I will try to attach the debugger to one of my PDK modules in Visual Studio.
Post Reply