mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
feat: add debug docs for korean and link on debug.md
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# How to debug Boostnote (Electron app)
|
||||
This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), and [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md)
|
||||
This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md),
|
||||
[Korean](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/debug.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), and [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md)
|
||||
|
||||
Boostnote is an Electron app so it's based on Chromium; developers can use `Developer Tools` just like Google Chrome.
|
||||
|
||||
|
||||
21
docs/ko/debug.md
Normal file
21
docs/ko/debug.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Boostnote의 디버그 방법(Electron app)
|
||||
|
||||
Boostnote는 Electron 애플리케이션이므로 Chromium위에서 작동합니다. 그렇기 때문에 개발자분들은 Google Chrome 브라우저에서 처럼 `Developer Tools`를 사용하실 수 있습니다.
|
||||
|
||||
다음과 같이 `Developer Tools`를 실행할 수 있습니다:
|
||||

|
||||
|
||||
`Developer Tools`는 다음과 같이 나타납니다:
|
||||

|
||||
|
||||
에러가 발생할 때에는, 에러메시지가 `console`위에 표시 됩니다.
|
||||
|
||||
## 디버깅
|
||||
예를들면 `debugger`를 사용하여 코드 안에서 다음과 같이 일시 정지지점을 설정할 수 있습니다:
|
||||
|
||||

|
||||
|
||||
이는 단순한 하나의 예시에 불과합니다. 자기자신에게 가장 잘 맞는 디버그 방법을 찾는 것도 좋을 것 입니다.
|
||||
|
||||
## 참고
|
||||
* [디버그에 관한 Google Chrome의 공식 문서](https://developer.chrome.com/devtools)
|
||||
Reference in New Issue
Block a user