On Tue, Jun 20, 2023 at 8:52 AM Hoermanseder, Roland <[email protected]> wrote: > > Hello, > > Sorry, I'm new to java and angular.js and maven projects. > I want to write my own guacamole extension.
If you haven't already looked at the documentation on extensions you should start with that: https://guacamole.apache.org/doc/gug/guacamole-ext.html > > I have no idea what you mean with -> debug logging in logback.xml https://guacamole.apache.org/doc/gug/configuring-guacamole.html#logging-within-the-web-application > > I was successful to debug the guacamole war file via maven "install" in > vscode (.java) and in Browser (angular.js) via webpack development mode. > > But how do I include an extension jar file to the guacamole war file for > debugging? > Is it only possible via log files? Is there no possibility for breakpoints. I'm sure it's possible, but I'm not familiar with how to do it, nor do I have any documentation for it. Maybe someone else on the mailing list has done it and can shed some light. I don't use vscode, and I don't generally debug my extensions using breakpoints with an IDE. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
