Tuesday, November 30, 2010

apex debug log output does not show up on Eclipse - Stack Overflow

A horrible bug is a when you can't see your debug output. You already don't have a way to step through this stuff.

But this fix 20.0.1 Winter release in Salesforce fixes it.

Thank goodness for update in eclipse. 4 minutes and your back with your debug output working. It looks like it was released fairly recently.


apex debug log output does not show up on Eclipse - Stack Overflow

VisualForce Element Ids in jQuery selectors « The Silver Lining

VisualForce Element Ids in jQuery selectors « The Silver Lining

Yeah when you are using jQuery and Visual Force you need to be careful that you escape out the tags that visualforce creates for you. Because of the ":" which CSS uses internally.

JQuery uses CSS style selectors and ":" is a special case for them.