0
votes
0answers
174 views

Can I set Javascript breakpoints in Eclipse?

In a previous installation of Eclipse I used to be able to set breakpoints in my Drupal module's Javascript code. (I'm not sure it ever worked without crashing the Rhino plugin). I recently ...
1
vote
0answers
93 views

How to debug IMCE javascript problem

I have a D7 site with CKEditor + IMCE. The main site (www.example.com) IMCE works as expected. My staging site (cloned w/ Backup & Migrate) (staging.example.com) IMCE javascript is not working ...
3
votes
1answer
514 views

Variables dump to Javascript console

Is there any equivalent of var_export or var_dump available in Drupal, that would output variables directly to the console object (FF, Chrome - console.log() or console.info())? I just don't feel like ...