Skip to content

Commit 6684795

Browse files
MrJithilTrott
authored andcommitted
On changeDebugUrlToLTS: debugger url change
(cherry picked from commit 8c44ab76808ed4641d9e4b793dc3248018179017)
1 parent 2cd2f10 commit 6684795

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

locale/ar/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ ssh -L 9221:localhost:9229 user@remote.example.com
201201

202202
إن بروتوكول التصحيح الخاص بالـ V8 لم تعد يتم صيانته أو توثيقه دوريا.
203203

204-
### [مصحح الأخطاء المبني ضمنيا](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
204+
### [مصحح الأخطاء المبني ضمنيا](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
205205

206206
قم بتنفيذ الأمر <span dir="ltr">`node debug script_name.js`</span> لبدء النص البرمجي الخاص بك عن طريق مصحح الأخطاء المبني ضمنيا في Node.
207207
يمكن للنص البرمجي الخاص بك أن يبدأ في عملية Node اخرى باستعمال <span dir="ltr">`--debug-brk`</span> كما تشغل عملية Node

locale/en/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ couple popular ones are listed below.
228228

229229
The V8 Debugging Protocol is no longer maintained or documented.
230230

231-
### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
231+
### [Built-in Debugger](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
232232

233233
Start `node debug script_name.js` to start your script under the builtin
234234
command-line debugger. Your script starts in another Node.js process started with

locale/es/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ When started with the **--debug** or **--debug-brk** switches in version 7 and e
178178

179179
The V8 Debugging Protocol is no longer maintained or documented.
180180

181-
### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
181+
### [Built-in Debugger](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
182182

183183
Start `node debug script_name.js` to start your script under the builtin command-line debugger. Your script starts in another Node.js process started with the `--debug-brk` option, and the initial Node.js process runs the `_debugger.js` script and connects to your target.
184184

locale/fr/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ When started with the **--debug** or **--debug-brk** switches in version 7 and e
178178

179179
The V8 Debugging Protocol is no longer maintained or documented.
180180

181-
### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
181+
### [Built-in Debugger](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
182182

183183
Start `node debug script_name.js` to start your script under the builtin command-line debugger. Your script starts in another Node.js process started with the `--debug-brk` option, and the initial Node.js process runs the `_debugger.js` script and connects to your target.
184184

locale/ja/docs/guides/debugging-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,15 +469,15 @@ Node.js は TCP ポートで廃止された V8 デバッグプロトコルで定
469469
V8 デバッグプロトコルは、もはや保守もドキュメンテーションもされていません。
470470

471471
<!--
472-
#### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
472+
#### [Built-in Debugger](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
473473
474474
Start `node debug script_name.js` to start your script under Node's builtin
475475
command-line debugger. Your script starts in another Node process started with
476476
the `--debug-brk` option, and the initial Node process runs the `_debugger.js`
477477
script and connects to your target.
478478
479479
-->
480-
### [組み込みデバッガ](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
480+
### [組み込みデバッガ](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
481481

482482
Node の組み込みコマンドラインデバッガの下でスクリプトを起動するには、
483483
`node debug script_name.js` を起動します。

locale/ko/docs/guides/debugging-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ TCP 포트(기본 `5858`)로 지금은 중단된 V8 디버깅 프로토콜에서
423423
V8 디버깅 프로토콜은 더는 관리되지 않고 문서화도 되지 않습니다.
424424

425425
<!--
426-
#### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
426+
#### [Built-in Debugger](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
427427
428428
Start `node debug script_name.js` to start your script under Node's builtin
429429
command-line debugger. Your script starts in another Node process started with
@@ -437,7 +437,7 @@ which translates the Inspector Protocol used in Chromium to the V8 Debugger
437437
protocol used in Node.js.
438438
-->
439439

440-
### [내장 디버거](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
440+
### [내장 디버거](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
441441

442442
Node의 내장 명령형 디버거로 스크립트를 실행하려면 `node debug script_name.js`로 실행하세요.
443443
스크립트가 다른 Node 프로세스에서 `--debug-brk` 옵션으로 시작되고 원래의 Node 프로세스는

locale/pt-br/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ que já foi descontinuado, em uma porta TCP que, por padrão, é a `5858`. Qualq
281281
que conversa com esse protocolo pode conectar a ele e debugar um processo sendo executado; abaixo temos
282282
alguns dos mais populares.
283283

284-
### [Debugger nativo](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
284+
### [Debugger nativo](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
285285

286286
<!-- Start `node debug script_name.js` to start your script under Node's builtin
287287
command-line debugger. Your script starts in another Node process started with

locale/ro/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ When started with the **--debug** or **--debug-brk** switches in version 7 and e
178178

179179
The V8 Debugging Protocol is no longer maintained or documented.
180180

181-
### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
181+
### [Built-in Debugger](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
182182

183183
Start `node debug script_name.js` to start your script under the builtin command-line debugger. Your script starts in another Node.js process started with the `--debug-brk` option, and the initial Node.js process runs the `_debugger.js` script and connects to your target.
184184

locale/ru/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Node.js прослушивает команды отладки, определе
229229

230230
Протокол отладки V8 более не поддерживается и не документируется.
231231

232-
### [Встроенный отладчик](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
232+
### [Встроенный отладчик](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
233233

234234
Введите `node debug script_name.js` для запуска скрипта со встроенным CLI отладчиком.
235235
Сам скрипт будет запущен с флагом `--debug-brk` в другом процессе Node, а первоначальный

locale/zh-cn/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ ssh 管道启动,在你机器上连接到 9221 端口将被重定向到 9229
176176

177177
V8 调试协议再也不维护或是归档了。
178178

179-
### [内置调试器](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
179+
### [内置调试器](https://nodejs.org/docs/latest-v14.x/api/debugger.html)
180180

181181
在 Node.js 内置命令行调试器中用 `node debug script_name.js` 启动你的脚本。你的脚本就在 Node 另外一个进程中随着 `--debug-brk` 启动了起来,并且初始化的 Node 进程运行 `_debugger.js` 脚本连接上你的目标。
182182

0 commit comments

Comments
 (0)