# Visual Debugger for Jupyter 정식 공개

> Clean Markdown view of GeekNews topic #1794. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1794](https://news.hada.io/topic?id=1794)
- GeekNews Markdown: [https://news.hada.io/topic/1794.md](https://news.hada.io/topic/1794.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-29T10:37:40+09:00
- Updated: 2020-03-29T10:37:40+09:00
- Original source: [blog.jupyter.org](https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559)
- Points: 3
- Comments: 1

## Topic Body

- 노트북에서 브레이크포인트, 변수 확인, 콜스택 조회가 가능

- JupyterLab 확장으로 설치 → 곧 기본 기능으로 포함 예정

- Jupyter Debug Protocol을 지원하는 커널 필요로 함

ㅤ→ 현재는 xeus-python 만 가능

ㅤ→ 다른 커널에서도 지원 가능 하도록 확장 예정

- 올해 확장 계획

ㅤ→ 변수 탐색기에서 다양한 MIME 타입 미리보기 지원

ㅤ→ 조건부 브레이크포인트

ㅤ→ Voilà 대쉬보드 디버깅 지원

## Comments



### Comment 1480

- Author: kunggom
- Created: 2020-03-29T11:24:21+09:00
- Points: 1

마참내! (즐겁다)

jupyter notebook에서 디버그할 일이 있으면 print()로 도배를 했어야 했는데, 드디어 디버거가 포함되는군요.
