Debugger

Hello,
I have started to make an application, and now it’s very big and starts
to appear problems in javascirpt code.
I can’t use ie debugger because i have contents of page loaded by ajax
and they didn’t apear when i look on line 128 as debugger tells me.
I wan’t to know if it’s a javascript debugger or ruby debugger to get
the errors.
thanks

adi,

I wan’t to know if it’s a javascript debugger or ruby debugger
to get the errors.

For javascript, use Firefox + Firebug :
Firebug

For (visual) Rails debugging, you might give a try at Fyre
http://gyre.bitscribe.net/

Alain R.

http://blog.ravet.com

Alain R. wrote:

adi,

I wan’t to know if it’s a javascript debugger or ruby debugger
to get the errors.

For javascript, use Firefox + Firebug :
Firebug

For (visual) Rails debugging, you might give a try at Fyre
http://gyre.bitscribe.net/

Alain R.

http://blog.ravet.com

Hello,
Yes many thanks it’s good, but the problem is that now i have problems
in ie. I have fix them in firefox and doesn’t work in ie;))

Adi

For javascript, use Firefox + Firebug :
Firebug
Yes many thanks it’s good, but the problem is that now i have
problems
in ie. I have fix them in firefox and doesn’t work in ie;))

For debugging javascript in IE you can use firebug lite :
Firebug

This technique is illustrated in the peepcode #8 :
http://peepcode.com/products/javascript-with-prototypejs

Alain R.

http://blog.ravet.com