First time here? Check out the FAQ!

amrhamed's profile - activity

2022-07-08 07:46:16 -0500 marked best answer Skipping stepping into certain files while debugging

Hello, I want to skip stepping into certain files while debugging. For example, I work on lot of code which import pytorch library. I want to be able to step into my code and avoid stepping info files related to imported libraries. How can I do this in wing ide and limit my debugging flow on my codebase.

I am using wing ide pro 8 BR, Amr

2022-07-06 09:36:55 -0500 received badge Student (source)
2022-07-06 09:33:04 -0500 asked a question Skipping stepping into certain files while debugging

Skipping stepping into certain files while debugging Hello, I want to skip stepping into certain files while debugging.