I wanted to debug an execution of a procedure. Behind this procedure there are several triggers and transactions. There is one dataset which is updated within this procedure which behaves different than all the other datasets. So I wanted to debug detailed.
I already tried to debug with the normal procedure debugger, but that just debugs on surface, so it debugs only this procedure and does not jump into all tables / procedures / triggers which are included in this execution.
I also tried to use the trace and audit feature, but this is too confusing and it shows me too many information I don't need.
Basically I need to know if there is a possibility to debug detailed like in other IDEs e.g Eclipse.