First time here? Check out the FAQ!

Ashy's profile - activity

2020-01-22 19:41:26 -0500 received badge Notable Question (source)
2020-01-22 19:41:26 -0500 received badge Popular Question (source)
2019-12-27 22:56:57 -0500 marked best answer Using the new breakpoint() function

So using breakpoint() in your code will allow Wing to break at that point. However, Wing does not seem to treat it the same as a real breakpoint that you can set in Wing itself. ie. you can't step over/out once you hit a breakpoint().

Am I doing something wrong or does Wing just not support this right now?

2019-12-24 12:55:27 -0500 received badge Student (source)
2019-12-24 10:22:34 -0500 asked a question Using the new breakpoint() function

Using the new breakpoint() function So using breakpoint() in your code will allow Wing to break at that point. However,