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:
46
46
- Here's the [ full command list] ( #console-commands )
47
47
- You can also type ` help ` or ` help <command> ` in the console to see commands
48
48
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 ) .
52
49
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 )
57
61
58
62
## Activate the debugger in your program
59
63
Original file line number Diff line number Diff line change @@ -46,14 +46,18 @@ But a debugging session usually consists of 4 steps:
46
46
- Here's the [full command list](#console-commands)
47
47
- You can also type `help` or `help < command > ` in the console to see commands
48
48
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).
52
49
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)
57
61
58
62
## Activate the debugger in your program
59
63
You can’t perform that action at this time.
0 commit comments