<?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>Debugging on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/debugging/</link><description>Recent content in Debugging on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Wed, 19 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/debugging/index.xml" rel="self" type="application/rss+xml"/><item><title>Angular 'expression has changed after it was checked' 예외 — 현재 시간에 의존하는 속성과 변경 감지의 정확한 원인</title><link>https://tokkabi.com/posts/angular-expression-has-changed-after-it-was-checked/</link><pubDate>Wed, 19 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/angular-expression-has-changed-after-it-was-checked/</guid><description>Angular 개발 모드에서 컴포넌트 속성이 현재 datetime에 의존할 때 &amp;#39;expression has changed after it was checked&amp;#39; 예외가 발생하는 이유와 ChangeDetectorRef.detectChanges() 해결책을 단계별로 설명합니다.</description></item><item><title>Python 크래시 로그 남기기 — 원격 서버에서 stderr 리다이렉션</title><link>https://tokkabi.com/posts/how-to-log-a-python-crash/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/how-to-log-a-python-crash/</guid><description>원격 라즈베리 파이에서 실행 중인 Python 스크립트가 몇 시간 뒤 크래시될 때 오류 메시지를 파일로 남기는 방법을 다룹니다. 셸 리다이렉션(&amp;gt;&amp;gt; file 2&amp;gt;&amp;amp;1), logging.exception, sys.exc_info() 기반 크래시 로그 작성까지 단계별로 정리합니다.</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>