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

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -