First time here? Check out the FAQ!

c.oz's profile - activity

2025-09-01 18:59:01 +0000 received badge Popular Question (source)
2025-09-01 18:59:01 +0000 received badge Famous Question (source)
2025-09-01 18:59:01 +0000 received badge Notable Question (source)
2025-07-27 06:09:37 +0000 received badge Famous Question (source)
2025-07-27 06:09:37 +0000 received badge Notable Question (source)
2025-07-27 06:09:37 +0000 received badge Popular Question (source)
2025-07-27 06:08:24 +0000 asked a question strange 'import pandas as pd' interaction with snippets

strange 'import pandas as pd' interaction with snippets Wing Version: Wing Pro 11 (11.0.2.0). The problem apparently do

2024-05-24 12:17:42 +0000 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 14:21:38 +0000 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 14:55:41 +0000 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 c

2024-05-05 00:26:48 +0000 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 sys

2022-04-28 14:04:02 +0000 received badge Famous Question (source)
2022-04-28 14:04:02 +0000 received badge Notable Question (source)
2022-04-28 14:04:02 +0000 received badge Popular Question (source)
2021-10-20 13:32:26 +0000 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 16:25:33 +0000 received badge Supporter ( source )
2021-10-19 16:25:27 +0000 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 13:59:22 +0000 received badge Student (source)
2021-10-19 13:43:38 +0000 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 Py