docs(wiki): fix translation typos in Brief Summary and organize stray files into directories

This commit is contained in:
Antigravity Agent
2026-05-04 15:23:55 +09:00
parent 343107a49f
commit d9b5337388
102 changed files with 157 additions and 152 deletions
@@ -16,7 +16,7 @@ github_commit: ""
# [[중단점 (Breakpoints)]]
## 📌 Brief Summary
## 📌 Brief Summary
중단점(Breakpoints)은 코드베이스의 동적인 특성과 런타임 흐름(Runtime Flow)을 파악하기 위해 디버거(Debugger) 도구에서 활용하는 기능이다 [1-3]. 정적인 코드 읽기를 넘어 특정 지점에서 프로그램 실행을 멈추고 내부 상태를 관찰할 수 있게 해준다 [1, 3]. 이를 통해 개발자는 코드의 실행 스택이나 변수 값의 변화 등을 실시간으로 파악하며 복잡한 시스템을 효율적으로 해독할 수 있다 [2, 3].
## 📖 Core Content