How to open immediate window?

In the basic editor, Immediate window would be the window that receives printout from the script and that i can in between breakpoints check or modify data

LibreOffice has its own programming language LibreOffice Basic (Or Starbasic) that is different from (Visual Basic Applications) of the Microsoft company.

  • This article can disorient those who are starting with the macros in LibreOffice
1 Like

There is no such debug window in the StarBasic IDE.

1 Like

Oh i see! i though it was the same language, thanks for the clarification

The IDE is a VBA remake of Office '95. The IDE of that very first VBA version had similar restrictions. Libre/OpenOffice has a completely different architecture under the hood.
Features like debug window and code completion are available with Python as a macro language plus a certain Python IDE with additional plug-ins. I don’t know the details.

When i was searching for the immediate window i passed through some option for another languages, we can have python and js on libreoffice, thats badass!

if all the years back i had used libreoffice i would definitetly had chosen any language over basic.