Re: [Virtuoso-users] dbg_printf does not print to console

2012-11-22 Thread Mirko Madon
Thank you, Rumi. I followed your instructions and it works perfectly now. Best Regards, Mirko On 22 November 2012 14:52, Rumi Tsekova wrote: > ** > Hi Mirko, > > Please make sure you are running Virtuoso server in forground. > As you have win machine, you can ex. make a xx.bat file that c

Re: [Virtuoso-users] dbg_printf does not print to console

2012-11-22 Thread Rumi Tsekova
Hi Mirko, Please make sure you are running Virtuoso server in forground. As you have win machine, you can ex. make a xx.bat file that contains this: - :start c:\path-to-your-Virtuoso-installation\bin\virtuoso-odbc-t.exe -f -c "C:\path-to-your-Virtuoso-installation\your-db-folder\v

[Virtuoso-users] dbg_printf does not print to console

2012-11-22 Thread Mirko Madon
Hello. I have a simple test function from which I want to write some debug strings to my virtuoso console, but I can not get it to work. CODE: SELECT ALLcreate procedure DB.DBA.TEST1() { --pl_debug+ declare x, y any; dbg_print