<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Exception Handling on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/exception-handling/</link><description>Recent content in Exception Handling on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Wed, 15 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/exception-handling/index.xml" rel="self" type="application/rss+xml"/><item><title>프로그램 종료 없이 전체 Python 예외 traceback 출력하기 — print_exc()의 함정과 print_exception() 활용</title><link>https://tokkabi.com/posts/catch-and-print-full-python-exception-traceback-without-halt/</link><pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/catch-and-print-full-python-exception-traceback-without-halt/</guid><description>Python에서 try/except 블록을 사용하면서도 프로그램을 종료하지 않고 전체 예외 트레이스백(traceback)을 출력하는 방법을 다룹니다. traceback.print_exc() 사용 시 발생할 수 있는 함정과 sys.exc_info() 캐싱, print_exception()을 통한 원본 트레이스백 출력, 순환 참조(circular reference) 방지까지 실용적으로 설명합니다.</description></item><item><title>Python에서 프로그램 종료 없이 전체 예외 트레이스백(traceback) 출력하는 방법</title><link>https://tokkabi.com/posts/python-exception-traceback-print-without-exit/</link><pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/python-exception-traceback-print-without-exit/</guid><description>Python의 try/except 블록 안에서 프로그램을 종료하지 않고도 전체 예외 트레이스백을 출력하는 방법을 다룹니다. traceback.print_exc()가 예외 체인에서 마지막 예외만 출력하는 함정과, sys.exc_info()를 캐시해 원본 예외를 보존하는 해결책을 설명합니다.</description></item></channel></rss>