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

Debugging S-Controls with Firebug - How To?
Hi,
I'm just getting started with s-controls. Found out in the cookbook, that it's possible to debug scontrols with Firebug. How's that? How do I do it? If I'm logged in Salesforce and looking at my scontrols (and Firebug is enabled in my browser)... so the Firebug is pretty much debugging the page HTML, script etc. and not the scontrol I would like to choose.
Thank You!
"Getting started - or at least trying very hard" :smileysurprised:
I'm just getting started with s-controls. Found out in the cookbook, that it's possible to debug scontrols with Firebug. How's that? How do I do it? If I'm logged in Salesforce and looking at my scontrols (and Firebug is enabled in my browser)... so the Firebug is pretty much debugging the page HTML, script etc. and not the scontrol I would like to choose.
Thank You!
"Getting started - or at least trying very hard" :smileysurprised:
debugger;
In your script somewhere? Do that and it bring up the interactive debugging environment.
-Steve
I'm so happy!!