Debugger on all methods

I have a solution with a lot of methods running on different events…onRecordSelect, etc. I’ve got some weird things happening, but I am having trouble tracing it down. Is there any way to turn debugger on for all methods, without having to set the stops in every method? AKA, I want to see everything that is going on without setting stops all over the place.

nevermind…I found it. Looks like that would be “Enable entry break”

Hi Scott

Are you really able to trace through all events in the correct order (in the order, the events are firing). I have problems with this in an application with different modules. I am not sure if the problem lies with the modules. I am interested to hear if it works with your app.

Best regards, Robert

goldcougar:
nevermind…I found it. Looks like that would be “Enable entry break”