function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Olivia FordeOlivia Forde 

Is it possible to execute code line by line seeing what values are being passed at each line like you can in Visual Basic

I want to step into the code running on a VF page to see why a section is rendering when I dont think it should be - how can  I do this ?
Best Answer chosen by Olivia Forde
Robert RichterRobert Richter
Hi Olivia,

as far as I know it is not possible to debug visual force code like you mentioned or like using Eclipse and Java JSP.
So the only way to "debug" your code is to display the variables values on the visual force page using the message class:
http://www.salesforce.com/us/developer/docs/pages/Content/apex_pages_message.htm

This also might help you:
https://www.linkedin.com/groups/Is-there-any-way-debug-3774731.S.81380237


Best Regards
Robert