c.oz's profile - activity

2024-05-24 07:17:42 -0500 marked best answer Debugging fails to step, and breakpoints don't break

I'm using Wing 10 Pro (10.0.4.0, currently) on several Windows systems and linux systems. When I set a breakpoint in the code, and choose Step over current statement (F6), the debugger stops and waits on the first breakpoint, as expected. However, in version 10 on one particular Windows 10 machine (not the other Windows computers, nor the linux computers) if other, subsequent breakpoints are set in the file, the debugger will not stop at them. Nor will lines be stepped through one-by-one, but the code will run as far as it can before terminating or hitting an error.

This is a new development. I've tried uninstalling/reinstalling Wing, and then uninstalling Wing and deleting any user Settings directories in AppData\Roaming. Neither worked; on a completely new installation (no previously Settings are being read, so far as I can tell, because the UI is back at the installation defaults) the breakpoint behavior still exists, and F6 doesn't pause debugging as expected.

Is this a known thing, and is there a solution/workaround?

2024-05-10 09:21:38 -0500 commented question Debugging fails to step, and breakpoints don't break

Done. I tried that update with the Use Legacy Tracer Core with Python 3.12+ preference both checked and unchecked, and h

2024-05-05 09:55:41 -0500 commented question Debugging fails to step, and breakpoints don't break

That's perfect, and resolves my issue on the "problem" computer. I've also changed to Python 3.12 on another computer,

2024-05-04 19:26:48 -0500 asked a question Debugging fails to step, and breakpoints don't break

Debugging fails to step, and breakpoints don't break I'm using Wing 10 Pro (10.0.4.0, currently) on several Windows syst

2022-04-28 09:04:02 -0500 received badge Notable Question (source)
2022-04-28 09:04:02 -0500 received badge Popular Question (source)
2022-04-28 09:04:02 -0500 received badge Famous Question (source)
2021-10-20 08:32:26 -0500 marked best answer Allow searching in Python Shell

Is it possible to search -- using the built-in "Search" tool -- within the Python Shell? Being able to search commands or outputs via plaintext or regex would be wonderful.

2021-10-19 11:25:33 -0500 received badge Supporter ( source )
2021-10-19 11:25:27 -0500 commented answer Allow searching in Python Shell

Perfect. Thank you for this. I hadn't found that ability through right-click context-aware menus. Your answer is a great

2021-10-19 08:59:22 -0500 received badge Student (source)
2021-10-19 08:43:38 -0500 asked a question Allow searching in Python Shell

Allow searching in Python Shell Is it possible to search -- using the built-in "Search" tool -- within the Python Shell?