First time here? Check out the FAQ!

Ashy's profile - activity

2020-01-22 19:41:26 -0600 received badge Notable Question (source)
2020-01-22 19:41:26 -0600 received badge Popular Question (source)
2019-12-27 22:56:57 -0600 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 -0600 received badge Student (source)
2019-12-24 10:22:34 -0600 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,