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.06 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": "Pausado no passo", "reason.description.breakpoint": "Pausado no breakpoint", "reason.description.exception": "Pausado na exceção", "reason.description.uncaughtException": "Pausado em exceção não capturada", "reason.description.caughtException": "Pausado em exceção capturada", "reason.description.user_request": "Pausado na requisição do usuário", "reason.description.entry": "Pausado na entrada", "reason.description.debugger_statement": "Pausado no comando do debugger", "reason.description.restart": "Pausado na entrada da frame", "reason.description.promiseRejection": "Pausado na rejeição de promessa" }