2021 R1 Remote Debugger works sometimes

Initially after updating to 2021 R1 I didn’t have any trouble running my app thru Remote Debugger, then for some unknown reason the IDE ‘says’ it’s launched, but there’s no sign of the app on the receiving end - and no visible errors. It’s as if it’s sent the build and thinks it launched but it never appears. I’m using Remote Debugger Desktop 2.3 on linux.

Disregard - the system was silently hung in a loop reading a BinaryStream, and the reason it worked sometimes was my failure to check that the value written/read was cast to Int32 to match the native Integer value of the particular platform (aka, my bad code).

1 Like