Monthly Archives: October 2023

How to debug a startup method in Quarkus

When you debug a Quarkus app in dev mode, you start the app, connect a debugger-process and it works. But what to do, when you want to debug the methods which are called when the apps start. Simply you have … Continue reading

Posted in Uncategorized | Leave a comment

How to render plantuml in github in a asciidoctor file

Normally when rendering asciidoctor-files into html-files, the plantuml-diagrams are automatically converted to png or svg. But in github in a raw asciidoctor file the plantuml – diagrams are not rendered correctly. To render plantuml-Files in README.adoc-files you have four options: … Continue reading

Posted in Uncategorized | Leave a comment

Find PID for given port on MacOS

When coding with IntelliJ, there is the necessity to kill the debugger process on port 5005 Using the netstat – Commando is “not” possible (https://apple.stackexchange.com/a/97231) because of So you have to use respectivly When you know the pid just kill … Continue reading

Posted in Uncategorized | Leave a comment