Skip to content
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

[Improvement] Allow to input address:port in settings for 'real' remote debugging. #271

Closed
Th3WalkingDad opened this issue Jun 1, 2020 · 1 comment

Comments

@Th3WalkingDad
Copy link

It's only possible to input a port in OWS settings panel.
The result is used for address parameter in remote debugging.
Since JRE9, only local adresses are accepted by default ( source )
So it's not possible to do 'real' remote debugging (from another machine), without forwarding TCP traffic on client machine.

Allowing to input address instead of port would solve this.

Maybe there are side effect I didn't think about... ?

(I have also post this on support forum https://board.karakun.com/viewtopic.php?f=21&t=47, as it may help...)

Thx

@sclassen
Copy link
Member

sclassen commented Jun 5, 2020

fixed with #274

@sclassen sclassen closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants