Ask Your Question
0

Wing101 v6 Watch Tab for MAC

asked 2018-07-03 08:49:00 -0500

Mikey Mas's avatar

updated 2019-03-13 09:48:08 -0500

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.

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2018-07-03 08:55:00 -0500

Mikey Mas's avatar

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.

edit flag offensive delete link more

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
0

answered 2018-07-03 09:59:00 -0500

Steve Holden's avatar

updated 2019-03-07 08:20:34 -0500

Wingware Admin's avatar

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2018-07-03 08:49:00 -0500

Seen: 563 times

Last updated: Mar 07 '19