Hi, How do i write debug messages from my PL/SQL code to the runtime debug window? Thanks, Michiel |
Hi Michiel, We are adding this feature to the coming release. |
Hi Ugur, That would be great! Debugging DB PL/SQL code in my editor (PL/SQL Developer) is a bit hard to do when the code is depending on Formspider session variables. Or is there a little trick you know to work around it? How do you debug yourself when your code is depending on session variables? Thanks, Michiel |
We generally use api_application.showpopupmessage or insert into a log table. You are right that debugging a Formspider session is a bit hard. It is theoretically possible to debug a Formspider session since it is possible to debug a session from a different one. Embedding a debug tool into Formspider IDE is one of our future goals. |