The point is that Firebird system tables do not contain information about stored procedures variables. That's why IBDAC cannot return this information.
so the only way is to return these variables as output parameters ?
or there a way to make a log while executing a proc ?
update:
I will make a memo field and update it with the variable values thats it