First time here? Check out the FAQ!

William's profile - activity

2021-04-29 08:26:25 -0500 received badge Famous Question (source)
2021-04-29 08:26:25 -0500 received badge Notable Question (source)
2021-04-29 08:26:25 -0500 received badge Popular Question (source)
2020-01-22 20:00:17 -0500 received badge Notable Question (source)
2020-01-22 20:00:17 -0500 received badge Popular Question (source)
2020-01-22 20:00:17 -0500 received badge Famous Question (source)
2020-01-22 20:00:17 -0500 received badge Popular Question (source)
2020-01-22 20:00:17 -0500 received badge Famous Question (source)
2020-01-22 20:00:17 -0500 received badge Notable Question (source)
2019-03-07 08:04:32 -0500 marked best answer Does Wing IDE Pro have a sqlite database viewer? If not, is there a plugin available for it?

2019-03-07 08:00:09 -0500 marked best answer Enable Recursive Debug or Enable Recursive Prompt which is it

In following the tutorial I find a discrepancy.

I rely on precise wording between the tutorial and what is the actual wording on the application; Case in point: "Enable Recursive Debug" is not the same as "Enable Recursive Prompt" as shown on the screenshot.

When the wording do not correlate, then that instills doubt on the tutorial process.

(Can't attach screenshot)

The application's wording uses Prompt, while the tutorial uses Debug.Which is it?  Or is "Enable Recursive Debug" to be found somewhere within the menus/drop downs?

2019-03-07 07:58:22 -0500 received badge Student (source)
2019-03-07 07:58:20 -0500 received badge Teacher ( source )
2019-03-07 07:58:20 -0500 received badge Self-Learner ( source )
2019-03-07 07:58:20 -0500 marked best answer IDE tutorial setting Python shell breakpoint

In following the tutorial; I tried every way I can think of to set the breakpoint.  If I understand correctly, the breakpoint setting is to be done at the shell;Let's try this out. Paste the following into the Python Shell and press Enter so that you are returned to the >>> prompt:

def test_function():
x = 10
print(x)
x += 5
y = 20
print(x+y)

Then place a breakpoint on the line that reads print(x).Next type this into the Python Shell and press Enter:test_function()Wing should reach the breakpoint on the print(x) line.

Where, how should the breakpoint be set?

2017-11-27 20:24:00 -0500 commented answer Does Wing IDE Pro have a sqlite database viewer? If not, is there a plugin available for it?

Thanks, I asked the question.

2017-11-27 19:00:00 -0500 commented answer Does Wing IDE Pro have a sqlite database viewer? If not, is there a plugin available for it?

Thanks, yet I did not ask this question about SQLite?

2017-11-26 21:52:00 -0500 asked a question Does Wing IDE Pro have a sqlite database viewer? If not, is there a plugin available for it?

Does Wing IDE Pro have a sqlite database viewer? If not, is there a plugin available for it?

2017-11-06 10:06:00 -0500 asked a question Enable Recursive Debug or Enable Recursive Prompt which is it

Enable Recursive Debug or Enable Recursive Prompt which is it In following the tutorial I find a discrepancy.I rely on

2017-11-05 19:30:00 -0500 commented question IDE tutorial setting Python shell breakpoint

The debugging was enabled.  My initial reaction was to try to set it as one does with Eclipse.  I did not expect having

2017-11-05 15:58:00 -0500 answered a question IDE tutorial setting Python shell breakpoint

Isn't that always the case; ask for help and "find the answer."  The tutorial is not clear.  To set the breakpoint at th

2017-11-05 15:50:00 -0500 asked a question IDE tutorial setting Python shell breakpoint

IDE tutorial setting Python shell breakpoint In following the tutorial; I tried every way I can think of to set the brea