Skip to main content
Known Participant
January 17, 2024
Answered

Memory leak testing for our Plugins with release version of InDesign 2024

  • January 17, 2024
  • 1 reply
  • 275 views

Hi,

 

I want to know how to do memory leak testing for our plugins when run with release version of InDesign. I am able to do this with debug version of InDesign but "Instruments" is unable to hook into release version due to authorization issues.

 

Please share any advice/documentation that can help me.

 

Thanks

Correct answer Rahul_Rastogi

Hi @asaxena ,

 

It is not possible to check Memory Leaks with Release Version of InDesign.

 

This is because InDesign Debug uses different version of PMRuntime.dll that can track memory leaks which is different from what is available with Release version of InDesign.

 

- Rahul Rastogi

Adobe InDesign SDK C++ Plugin Architect

1 reply

Rahul_RastogiCorrect answer
Inspiring
January 17, 2024

Hi @asaxena ,

 

It is not possible to check Memory Leaks with Release Version of InDesign.

 

This is because InDesign Debug uses different version of PMRuntime.dll that can track memory leaks which is different from what is available with Release version of InDesign.

 

- Rahul Rastogi

Adobe InDesign SDK C++ Plugin Architect