UNPKG

vscode-chrome-debug-core

Version:

A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol

17 lines 1.15 kB
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { "reason.description.step": "단계에서 일시 중지됨", "reason.description.breakpoint": "중단점에서 일시 중지됨", "reason.description.exception": "예외에서 일시 중지됨", "reason.description.uncaughtException": "catch되지 않은 예외에서 일시 중지됨", "reason.description.caughtException": "catch된 예외에서 일시 중지됨", "reason.description.user_request": "사용자 요청에서 일시 중지됨", "reason.description.entry": "항목에서 일시 중지됨", "reason.description.debugger_statement": "디버거 문에서 일시 중지됨", "reason.description.restart": "프레임 항목에서 일시 중지됨", "reason.description.promiseRejection": "약속 거부에서 일시 중지됨" }