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.13 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": "Wstrzymane podczas kroku", "reason.description.breakpoint": "Wstrzymane na punkcie przerwania", "reason.description.exception": "Wstrzymane z powodu wyjątku", "reason.description.uncaughtException": "Wstrzymane przy nieprzechwyconym wyjątku", "reason.description.caughtException": "Wstrzymane z powodu przechwyconego wyjątku", "reason.description.user_request": "Wstrzymane na żądanie użytkownika", "reason.description.entry": "Wstrzymane przy wpisie", "reason.description.debugger_statement": "Wstrzymane z powodu instrukcji debugera", "reason.description.restart": "Wstrzymane przy zapisie ramki", "reason.description.promiseRejection": "Wstrzymane z powodu odrzucenia obietnicy" }