I'm running the most recent version of MyEclipse. I've created a seam-gen project which I've imported into MyEclipse. What's the easiest way to use the debugger on this?
First and foremost, you will find that when you import a seam-gen project into Eclipse, you have both the source code for Seam already setup and a JBoss AS debug launcher named debug-jboss-%appname%. Simply start JBoss AS in debug mode (assuming port 8787) and select the debug launcher.