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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
SteveIngram's avatar
11
SteveIngram
asked 5 years ago
Wingware Support's avatar
4.2k
Wingware Support
updated 5 years ago

Comments

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.2k
Wingware Support
answered 5 years ago
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 (5 years ago)
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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)