First time here? Check out the FAQ!

SteveIngram's profile - activity

2019-06-14 05:39:04 -0500 received badge Notable Question (source)
2019-06-14 05:39:04 -0500 received badge Famous Question (source)
2019-06-13 10:12:35 -0500 marked best answer Remote debugging of child process

Hi,

I've been successfully debugging child processes for a while. Now I've moved over to debugging the same code but now it runs on an ubuntu 18 VM,hosted by AWS.

Problem is that Wing doesn't stop on any breakpoints in the child process, even though the project properties are set to always debug.

Any ideas?

Cheers,

Steve

2019-06-13 08:27:12 -0500 received badge Popular Question (source)
2019-06-12 16:21:31 -0500 received badge Student (source)
2019-06-12 09:30:57 -0500 asked a question Remote debugging of child process

Remote debugging of child process Hi, I've been successfully debugging child processes for a while. Now I've moved over