First time here? Check out the FAQ!
1

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

amrhamed's avatar
11
amrhamed
asked 2022-07-06 09:21:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Step Over should just step over an import. If that's not happening, it's a bug. In general, setting a breakpoint where you want to end up is often a faster way to get there. Right-click on the breakpoint to set a conditional if you need to isolate a particular case to debug.

Wingware Support's avatar
4k
Wingware Support
answered 2022-07-06 09:36:51 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer