Debugging Table Triggers

Phil LaRussa

Member
Hi everyone,
I am using the event rule language to add a table trigger to the F4211 table. Is there any way to put the trigger in debug mode so I can step through the execution?

Thanks,
Phil
SQL SERVER, XE, B7333.
 
JDE Triggers are compiled libraries.
(NER -> C -> DLL)
You have to use M&D Debug to display values or Visual Studio to debug the JDTRG*.dll's
 
Back
Top