I’ve found small bug in tinymce styleselect. I’ve submitted bugreport already (http://tinymce.moxiecode.com/develop/bugtracker_view.php?id=4576) but I need the fix fast. Is it possible to debug TinyMCE editor live against it’s source code?
I’ve been looking for some how-to and in documentation and the only thing I can do with TinyMCE source codes is to actually build them.
How can I debug tinyMCE with developer version downloaded? Even when I use this version I’m not able to debug it anyhow.
Thank you for any advice.
I think what you nee is to include the file
tiny_mce_dev.jsistead oftiny_mce.js. For further results use firebug (+console.log(‘…’); + console.trace();) or a something similar and debugging is fun.