How to debug code in a local development environment #4801
Replies: 4 comments 1 reply
-
This is documented in the developer guide: |
Beta Was this translation helpful? Give feedback.
-
the easiest way is to use the steps described in the link I shared earlier. Just start hop GUI or hop server from the bat schripts with the debug option, e.g. |
Beta Was this translation helpful? Give feedback.
-
With IntelliJ, you can (1) launch a Shell script, then (2) connect to the remote JVM |
Beta Was this translation helpful? Give feedback.
-
Thank you, I understand. For example, if I want to develop some new features, such as adding new input types, where should I start the development? |
Beta Was this translation helpful? Give feedback.
-
How to debug code in a local development environment.
![image](https://private-user-images.githubusercontent.com/57392019/404828706-384bafdd-baed-40ad-a091-3ed406e9c5ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Nzg5ODIsIm5iZiI6MTczOTU3ODY4MiwicGF0aCI6Ii81NzM5MjAxOS80MDQ4Mjg3MDYtMzg0YmFmZGQtYmFlZC00MGFkLWEwOTEtM2VkNDA2ZTljNWZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAwMTgwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMzYWVmMGQxMDZmYTRiYTY1YTg2NmJlYjdkMmVjNThkM2ZhZWE2ZjdjZmRmOWM4MTJlNWQwZDI5OGEwNzBjYTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rxol8bCbmJATdmgZYsD1gczGYtlNa3DVXA59Tplz1g8)
Beta Was this translation helpful? Give feedback.
All reactions