When I call a certain function of my applet in the browser via javascript I get an exception. However, I don't want to debug that applet while it runs in the browser, I want to start it via Debug as... in Eclipse, and then somehow remotely call that function. Is that possible? If so, how?
Alternatively, when writing a test case using the FEST framework, can I call that function via the framework or any other means?