1 Reply Latest reply on Feb 7, 2020 8:16 PM by brian.stansberry

    Is there a way to hide the debug lines wildfly uses when calling interface methods?

    breaker71413901

      So when I call the method of an interface, there are a bunch of lines between the calling class and the called class that I do not care about. Is there a way to omit them from the debug call stack? If A class X method calls B interface Y method and C implements B, I would like to see only these two lines:

      A.X

      C.Y

      example of such lines