SomervilleTom's profile - activity

2021-09-21 16:45:24 -0500 received badge Nice Question (source)
2021-09-19 11:34:46 -0500 received badge Notable Question (source)
2021-09-19 11:34:46 -0500 received badge Famous Question (source)
2020-08-24 08:57:06 -0500 marked best answer How reconnect to remote host after losing connection?

Is there a way to reconnect a remote debugging session without losing the current state?

I'm running WingIDE Pro v6.1.5-1, and I'm using remote debugging between my Windows 10 Pro host system and an AWS EC2 instance. For some reason (thank you, aws!), the SSH connection seems to have been lost. The project thinks some state hasn't been saved.

The editor thinks it's saved my files, but when I attempt to close the file I get a complaint that says "Failed to write remote project file tms_dev_covid_project:covid_project.wpr (opt.covid): <class 'filenotfounderror'=""> [Errno 2] No such file or directory: 'opt.covid/covid_project.wpr'" followed by another complaint that says "Some remote files could not be saved within 15 seconds. Please check the network and try again: tms_dev_covid_project:covid_project.wpr (opt.covid) The timeout for this is configured with the Network > Hung Connection Timeout preference."

The remote files are still there and have apparently already been updated.

Is there a way to reconnect, or should I just kill the local IDE instance (using task manager) and restart?

2020-08-24 08:56:56 -0500 received badge Popular Question (source)
2020-08-10 21:47:26 -0500 received badge Student (source)
2020-08-10 21:47:10 -0500 asked a question How reconnect to remote host after losing connection?

How reconnect to remote host after losing connection? Is there a way to reconnect a remote debugging session without los