debug an applet in eclipse by running it in a browser

how can we debug an applet using eclipse or any other debugger when applet is running in a browser?Please help. Its urgent
[136 byte] By [ashishgarga] at [2007-11-26 18:39:46]
# 1

Dude

I if you want to know if something is going wrong in the applet when runing in the browser you need to enable the java plug in ur control panel.

Start->Settings->ControlPanel->javaPlugin

IN

Basic Tab

select --Show console

Select -- Show Exception Dialog Box

If you do this when ever u run an applet in a browser applet dialog box will pop up and if there is an exception it will be shown in the dialog box.

hope this helps....

Surendra_Varmaa at 2007-7-9 6:13:48 > top of Java-index,Desktop,Core GUI APIs...
# 2
thanks surendra, but i was not talking about how the console is shown.I used applet viewer to debug the applet and it worked. :)Ashish
ashishgarga at 2007-7-9 6:13:48 > top of Java-index,Desktop,Core GUI APIs...