https://bugs.documentfoundation.org/show_bug.cgi?id=156971
Bug ID: 156971
Summary: Basic IDE should have an internal debug console (as
Debug.Print in VBA)
Product: LibreOffice
Version: 7.6.0.2 rc
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Created attachment 189202
--> https://bugs.documentfoundation.org/attachment.cgi?id=189202&action=edit
Image showing the debug console in MS VBA
In MS VBA there is a very useful feature to quickly debug code. You can open
the "Immediate Window" and use the command "Debug.Print" to quickly print to a
debug console.
See attached image for an example of how it works.
So I propose we add to the Basic IDE a Console window to which programmers can
print using "DebugPrint" calls.
--
You are receiving this mail because:
You are the assignee for the bug.