When my PC is either not connected to the internet, or connected only via my home wifi, there is no problem - so I know this is not an issue of normal project/debug settings.
However, when I am connected through a work VPN, I have 2 problems:
1) Any Clean or Build takes very long to perform (ex. 2 minutes to do a Clean, compared to less than 10 seconds normally)
2) Worse, I am not at all able to start a debug session. When I try I get the following error:
Could not determine GDB version after sending:
C:\NXP\S32DS_ARM_v2.2\eclipse\../S32DS/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/arm-none-eabi-gdb --version, response:
Why would this behaviour be different based on the network connection? Again, when there is no network connection, there is no problem. Builds run normally and debugging works fine.