"Mork" wrote : I'm using MyEclipse 4.1.1 (current version) for my JBOSS/J2EE project and cannot get debugging working. | | The problem I'm having is that when I try to set a breakpoint in a JAVA file, I get the error that the debugging information for line numbers needs to be added to the project. | | The project under MyEclipse has this option set by default so I added the two following lines to the Ant script's build.xml: | | debug="true" | debuglevel="lines,vars,source" | | But this didn't fix the problem...I still get the same line number debug info missing errors. | | To start JBOSS, I'm starting it from within MyEclipse using the "-c" option to start the correct EAR/deployment. | | I'm not sure what to try next so any advice or suggestions would be welcome. | | Thanks!!!! | | - M
I'm going to guess: Under your JBoss DEbug configuration, there should be a tab called Source. MAke sure your projects that you are debugging are added to the Source tab so you can set break points accordingly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936101#3936101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936101 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
