Hi, I am trying to remote debug Jenkins core code. I run command java -jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 jenkins.war jenkins started successfully on port 8000.
Now I do remote debugging and set some breakpoints , but debugger is not stopping at breakpoints. I am not able to find out , what may be the issue. I have set breakpoints in jenkins\core\src\main\java\hudson\WebAppMain.java file. Thanks, Varun -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/a3065164-03d4-4c29-8426-70325dc824f3%40googlegroups.com.
