R – How to debug server side code in Aptana Jaxer

aptanajaxer

I'm trying to debug some server-side JavaScript code running in Aptana Jaxer and I'm not having any success. I haven't even been able to find any tutorials or posts about this issue. Does anyone know if it's possible and if so, what am I missing?

Best Solution

You can set you Jaxer.Config.DEV_MODE = true; to get some error information in your browser. Also use the Jaxer.Log to debug. Hope this helps a bit.

Related Question