You need to sign in to do that
Don't have an account?

can't see debug messages
I need to see the system.debug messages for two important classes: CommunitiesLandingController and CaminoRedirectController. These clases execute after the JIT handler is done. For some reason I can only see the system.debug messages for the JIT handler but not for the controllers. How can this be done?
Thx
Thx
I think your debug log may be truncated , so it may not be showing log. You need to set filters in debug.
http://salesforce.stackexchange.com/questions/74278/debug-log-getting-truncated
Hope this helps.