I am trying to debug a STM32F4 code in Eclipse but I get the following error:
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: No connection could be made because the target machine actively refused it.
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: No connection could be made because the target machine actively refused it.
localhost:3333: No connection could be made because the target machine actively refused it.
I think it doesn't have to do with Windows Firewall because I deactivated it and still got the same problem. I also checked the port permissions and they seemed to be ok.
Any ideas on what could it be? Thanks