Skip to content

Commit a0a27ff

Browse files
committed
Use headers instead of notes for the remote debugging/integration sections
1 parent a855990 commit a0a27ff

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

misc/README.md.erb

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)