First time here? Check out the FAQ!
0

Wing101 v6 Watch Tab for MAC

Hello.

I'm new to wingware and i'm going through a python tutorial where the guy steps through for loops and it shows in the "watch" tab of his IDE.  I don't see how to add this tab, as when I right click, it's not listed as an option.  Is this feature available?  The only tab that comes close is the "call stack" when I added it, but it's not as detailed.  

Any help would be appreciated.

Mikey Mas's avatar
26
Mikey Mas
asked 2018-07-03 08:49:00 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-03-13 09:48:08 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

I think I found my answer, but if someone could verify, that would be great.  I think this is in the full feature version, I would think.

Mikey Mas's avatar
26
Mikey Mas
answered 2018-07-03 08:55:00 -0500
edit flag offensive 0 remove flag delete link

Comments

You're correct that the Watch tool is only in Wing Pro. However, the Stack Data tool may show what you need. You may also want to use Wing Personal rather than Wing 101 since Wing 101 is an intentionally stripped down IDE for use in introductory computer science courses.

Wingware Support's avatar Wingware Support (2018-07-03 11:41:00 -0500) edit
add a comment see more comments
0

I'm afraid you're right. The documentation on the debugger, which includes the watch feature, begins "Wing Pro's debugger provides a powerful toolset for rapidly locating and fixing bugs in single and multi-threaded Python code, and in a single or multi-processing environment. The debugger supports breakpoints, stepping through code, inspecting and changing stack or module data, watch points, expression evaluation, and command shell style interaction with the paused debug process."

Sorry!

regards 

Steve

Steve Holden's avatar
26
Steve Holden
answered 2018-07-03 09:59:00 -0500
Wingware Admin's avatar
231
Wingware Admin
updated 2019-03-07 08:20:34 -0500
edit flag offensive 0 remove flag delete link

Comments

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