from Hacker News

Debugging Python with VS Code

by ritzaco on 1/6/25, 10:17 AM with 1 comments

  • by postoplust on 1/15/25, 5:04 AM

    this is timely and useful to me -- thanks for sharing

    debugging with this method is much nicer than my previously methods: lots of `logging.debug(f"{my_list}")` and parsing pytest output