First time here? Check out the FAQ!

cebeach's profile - activity

2023-09-20 22:50:59 -0500 received badge Notable Question (source)
2023-09-20 22:50:59 -0500 received badge Famous Question (source)
2021-03-23 08:05:21 -0500 received badge Popular Question (source)
2021-03-15 08:00:39 -0500 marked best answer How to prevent the debugger from traversing code within a specific package?

I have a complex package which implements several abstract base classes from which my classes inherit. When debugging, it is both laborious and not useful to traverse this code; it is there a way for me to instruct wing to avoid descending into it when I am single-stepping code?

2021-03-08 07:33:29 -0500 received badge Student (source)
2021-03-08 07:33:18 -0500 asked a question How to prevent the debugger from traversing code within a specific package?

How to prevent the debugger from traversing code within a specific package? I have a complex package which implements se