0

I am trying to remote debug via ssh on an ubuntu host at Ali with no success. I'm using the the latest Rider, 2022.1 EAP 10.

The error is:

Debugger worker was not initialized within 100,000 ms

I’m running Ubuntu 20.04 64bit on Ali Cloud. And one side note: for the following steps from Jetbrains documents, I wasn’t able to succeed:

cd /[application path]/WebApplication to go to the application root folder.

chmod +x ./WebApplication to add the executable bit if needed.

ASPNETCORE_URLS=http://0.0.0.0:5000 ./WebApplication to run the application

WebApplication is a directory, the OS kept complaining it's a directory even after chmod+x. I managed to run the self-contained executable.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
brook yu
  • 13
  • 4

1 Answers1

0

It is always better to ask such questions in JetBrains public issue tracker.

This problem should already be fixed in the next Rider versions: https://youtrack.jetbrains.com/issue/RIDER-76083

xtmq
  • 3,380
  • 22
  • 26