5 Ways to Debug Quarkus Applications

5 Ways to Debug Quarkus Applications

Sebastian Daschner

2 месяца назад

1,033 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Vityoube
@Vityoube - 25.05.2024 13:42

jdb is still necessary in some cases when deployments of applications are done on environments with security restrictions (so that connection to environment happens through some proxies or remote desktops; in that case remote debug from IDE is not possible or too complicated; and it is not allowed to install something additionally on those environments themselves). Maybe it is too complicated to use jdb (it is necessary to know how to attach sources properly, which is complicated especially in case when application is shipped as WAR deployed on some web server) but this is the only way

Ответить