You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a solution
On raspberry pi I used
"sudo ufw allow 1955"
Then, on a separate console (I use Git bash) on my local machine I run "mvm antrun:run@debug" and you should get what you are getting, then, on eclipse, set up a debug configuration as "debug java remote app", and put the ip addres of my raspberry pi and the port 1955, and go on
Trying to follow the README to do remote debugging.
mvn install
= OKmvn antrun:run@exec
= OKmvn antrun:run@debug
= stops on `Listening'Any idea what could be wrong or what can be checked?
The text was updated successfully, but these errors were encountered: