-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open debugging port to the core #120
Conversation
As discussed with Arnau, I am unable to debug due to an issue specific to MAC M1 machine. I will try to debug further at a later time, but do not want to block the merging of this PR. |
…cker into feature/enable-debugging
I see what's happening. Depending on the JDK version, the debug port listens to all or only localhost, that's why it was core-dependent. ea876a0: Now it's forcing a binding to Can you test again? @9sneha-n @anagperal (No need to regenerate the cores) |
@tokland I am still getting the same error :( |
|
Cool! So maybe Sneha is still stuck with the Mac-specific problem. We'll check it out, anyway. |
The debug port works for me too! thank you @tokland for taking time to figure out the issue :D |
@eperedo Can you test the current version in Windows? |
@tokland UPDATE: working on windows 10 |
|
https://app.clickup.com/t/86941z0ab
#86941z0ab
$ git clone https://github.com/dhis2/dhis2-core $ git checkout v2.37.10 # version to debug, it should match the WAR version