java - Remote Breakpoint without local jars -
can set breakpoint in remote debuggee without having local jars?
i have
exception in thread "main" java.lang.nullpointerexception @ org.jboss.as.security.service.simplesecuritymanager.authenticate(simplesecuritymanager.java:436)
now i'd have create java project, add jboss jars , create method entry breakpoint. can skip this? shouldn't possible eclipse, add method entry breakpoint @ method of exception? jvm ti support this?
you can't. need class file atleast set break point.
Comments
Post a Comment