First time here? Check out the FAQ!
1

Start two debug sessions

I'm working on a Mac and want to open WW twice in order to debug a client and a server application side by side. I could use two different users but switching would be cumbersome (except I would use two machines). Someone told that you can have two instances of WW open under Windoze, but Mac OS does not seem to allow that.

qwerty_ww's avatar
234
qwerty_ww
asked 2021-09-26 11:03:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

One way to start debugging two processes is to define a named entry point for each and use Debug > Debug Named Entry Point on each. See https://wingware.com/doc/debug/named-... for named entry points documentation.

You can also start another instance of Wing on macOS by running this from a Terminal window (assuming the standard location of the Wing app) --

/Applications/Wing\ Pro.app/Contents/Resources/wing --new

Wingware Support's avatar
4k
Wingware Support
answered 2021-09-27 08:36:20 -0500
edit flag offensive 0 remove flag delete link

Comments

Learn something new each day :-)

qwerty_ww's avatar qwerty_ww (2021-09-27 08:38:48 -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