First time here? Check out the FAQ!
1

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

SteveIngram's avatar
11
SteveIngram
asked 2019-06-12 07:46:43 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-06-13 10:10:20 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The wingdbstub module needs to be used to debug child processes as of Wing 7.0.3.1 as described in https://wingware.com/doc/debug/remote... Note that the default hostport to use is localhost:50050 when running on a remote machine

Wingware Support's avatar
4k
Wingware Support
answered 2019-06-13 09:53:33 -0500
edit flag offensive 0 remove flag delete link

Comments

Note that the next update will fix this to work properly also when the debug process is launched from the IDE. Thanks for reporting this problem!

Wingware Support's avatar Wingware Support (2019-06-13 10:08:45 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer