Re: (Java) Remote debugging (and breakpoints) of App server internals

2021-07-25 Thread Will Hartung
On Fri, Jul 23, 2021 at 4:29 PM Stephan van Beerschoten < step...@vanbeerschoten.net> wrote: > Hi there, how would I go about setting breakpoints in server side modules > that are part of my App server? I'm using WildFly, but the same would be > true for any of them I guess. > > I can set

(Java) Remote debugging (and breakpoints) of App server internals

2021-07-23 Thread Stephan van Beerschoten
Hi there, how would I go about setting breakpoints in server side modules that are part of my App server? I'm using WildFly, but the same would be true for any of them I guess. I can set breakpoints in my own code that work just fine, but I need to get a breakpoint in the internal apache-cxf