简体   繁体   中英

VSCode Python debugging step back/review history

How can I set a conditional breakpoint in VSCode Python, then step back n lines to see how that condition was met?

You probably need something like PyTrace. It allows you to debug and replay/rewind the state of the interpreter to see how you got to your breakpoint. https://pytrace.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM