Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Testing/Debugging Language Servers

Wild Web Developer has facilities to start the Language Server in debug mode. But it's not very well documented (PR welcome).
Basically, see https://github.com/eclipse/wildwebdeveloper/blob/master/org.eclipse.wildwebdeveloper.xml/src/org/eclipse/wildwebdeveloper/xml/internal/XMLLanguageServer.java#L75 , you need to set the org.eclipse.wildwebdeveloper.xml.internal.debugPort system property to some port and then connect to the Language Server using a "Remote Java Application" debug configuration.

Back to the top