Tux Machines

Debugging LibreOffice Basic Macro using Breakpoint and Watch

Posted by Arindam Giri on Dec 21, 2022

NetBSD 10 BETA is Now Available for Testing
Android Leftovers

While writing complex macros to automate various tasks in LibreOffice, you definitely encounter errors. Some run-time errors are self-explanatory. But some of them are very generic. To debug those, you need to carefully put breakpoints and step through the code to see where the problem is in your code.

Hence this tutorial. These techniques apply to all the macros written in Calc, Writer or Impress. And should be applied to OpenOffice macros as well.

Read on

↺ Read On: DebugPoint
gemini.tuxmachines.org