Anybody knows how can I enable the debug port of JBoss if I start the JBoss inside of eclipse? I have followed this https://stackoverflow.com/a/21295569/1465758 but the debug port (8787) is only open if I start JBoss from a command line outside of eclipse Luna. If I open eclipse Luna and try to start the JBoss server the debug port 8787 will be still closed! Seems that eclipse Luna is not using the changed standalone.conf file.
On eclipse I have installed the JBossAS Tools V3.0.0.Beta3-v20140718-1832-B70 plugin.