Skip to content
  • Torstein Krause Johansen's avatar
    Remote Java debug with dape! · ecdfa8b6
    Torstein Krause Johansen authored
    Added template for connecting to Java processes exposing debug port
    5005.  Specifically, this means java processes started with:
    
    ```
    java -agentlib:jdwp=transport=dt_socket,address=5005,server=y,suspend=n
    ```
    
    With that, remote java debugging from Emacs works with eglot and dape!
    
    Know issues:
    The Stack tab doesn't show the thread dump because of this error:
    ```
    jsonrpc--remove: Wrong type argument: (or eieio-object cl-structure-object oclosure), nil
    ```
    
    But that's for another day. Remote debugging is already useful.
    ecdfa8b6