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

DEBUGS ON CODE ARE NOT WORKING.
I'm working on my sandbox and I have some debugs on my code, but when i reload the visualforce to see those debugs, the log comes empty.
I'm sure my debugs are running because i have 1 of those debugs on my "initialize" method and the visualforce is working fine, almost as i defined in my controller (where the debugs are), but still came empty when i click on the "debugs only" mark in my log.
If i run another visualforce and write a debug on its controller, i get that debug as usual.....
I just can't see the debugs in this VisualForce_Extension
I'm sure my debugs are running because i have 1 of those debugs on my "initialize" method and the visualforce is working fine, almost as i defined in my controller (where the debugs are), but still came empty when i click on the "debugs only" mark in my log.
If i run another visualforce and write a debug on its controller, i get that debug as usual.....
I just can't see the debugs in this VisualForce_Extension
As you are able to see debugs for other pages, it may not be the issue with the debug console. I suspect your code is not getting call. Can you paste your code so it gives more idea
let me know, if it helps you or need any help :)
shiva.sfdc.backup@gmail.com
I have my code running, i know this because i have the "main" method where i call all the other methods to give values to my VF.
My method "initialize" is this:
my Visualforce is full of information and almost working perfect.
I have a debug on every method (this.obtener_Sistemas and this.getSistemasyTipos) but can't see any (even those on my main method).
i get this 2 new debugs "before initialize" and "after initialize" but not the debugs on that method neither the others...
For more info on debug log levels, plz refer the link
https://help.salesforce.com/apex/HTViewHelpDoc?id=code_setting_debug_log_levels.htm&language=en