File tree Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,18 @@ But a debugging session usually consists of 4 steps:
4646 - Here's the [ full command list] ( #console-commands )
4747 - You can also type ` help ` or ` help <command> ` in the console to see commands
4848
49- > ** Note**
50- > You can connect the debugger to your program remotely through UNIX socket or TCP/IP.
51- > To learn more, please check the [ remote debugging guide] ( /docs/remote_debugging.md ) .
5249
53- > ** Note**
54- > If you want to use VSCode/Chrome integration, the steps will be slightly different. Please also check their dedicated sections:
55- > - [ VSCode] ( /docs/remote_debugging.md#vscode )
56- > - [ Chrome DevTools] ( /docs/remote_debugging.md#chrome-devtool-integration )
50+ ### Remote debugging
51+
52+ You can connect the debugger to your program remotely through UNIX socket or TCP/IP.
53+ To learn more, please check the [ remote debugging guide] ( /docs/remote_debugging.md ) .
54+
55+ ### VSCode and Chrome Devtools integration
56+
57+ If you want to use VSCode/Chrome integration, the steps will be slightly different. Please also check their dedicated sections:
58+
59+ - [ VSCode] ( /docs/remote_debugging.md#vscode )
60+ - [ Chrome DevTools] ( /docs/remote_debugging.md#chrome-devtool-integration )
5761
5862## Activate the debugger in your program
5963
Original file line number Diff line number Diff line change @@ -46,14 +46,18 @@ But a debugging session usually consists of 4 steps:
4646 - Here's the [full command list](#console-commands)
4747 - You can also type `help` or `help < command > ` in the console to see commands
4848
49- > **Note**
50- > You can connect the debugger to your program remotely through UNIX socket or TCP/IP.
51- > To learn more, please check the [remote debugging guide](/docs/remote_debugging.md).
5249
53- > **Note**
54- > If you want to use VSCode/Chrome integration, the steps will be slightly different. Please also check their dedicated sections:
55- > - [VSCode](/docs/remote_debugging.md#vscode)
56- > - [Chrome DevTools](/docs/remote_debugging.md#chrome-devtool-integration)
50+ ### Remote debugging
51+
52+ You can connect the debugger to your program remotely through UNIX socket or TCP/IP.
53+ To learn more, please check the [remote debugging guide](/docs/remote_debugging.md).
54+
55+ ### VSCode and Chrome Devtools integration
56+
57+ If you want to use VSCode/Chrome integration, the steps will be slightly different. Please also check their dedicated sections:
58+
59+ - [VSCode](/docs/remote_debugging.md#vscode)
60+ - [Chrome DevTools](/docs/remote_debugging.md#chrome-devtool-integration)
5761
5862## Activate the debugger in your program
5963
You can’t perform that action at this time.
0 commit comments