Claus Pedersen
Member³
How can a PL/SQL block be executed from within a program window? Doesn't the program window always compile code to the database?DBMS_Output is now retrieved when executing a PL/SQL Block
This is really cool (today I am compiling calls to dbms_output to get debug info from long-running code that is hard to debug). But I can not invoke it from the debug menu. Only by going into Modify breakpoints and then Use Message. But that is maybe not what this refers to?A "Set Logpoint" item has been added to the margin popup menu to quickly define a breakpoint that only logs information.
When debug messages are present, shouldn't the DBMS Output tab page have a green check mark to indicate that output is present?