[docs]update develop document (#10242)

This commit is contained in:
Yankee
2022-06-20 09:24:49 +08:00
committed by GitHub
parent ecdf8bcfdd
commit 185de4dd43
14 changed files with 67 additions and 65 deletions

View File

@ -1,7 +1,7 @@
---
{
"title": "FE development and debugging environment - Visual Studio Code (VSCode)",
"language": "zh-CN"
"language": "en"
}
---
@ -72,7 +72,7 @@ example:
## Build
Other articles have already explained:
* [Build with LDB toolchain ](../install/source-install/compilation-with-ldb-toolchain.md)
* [Build with LDB toolchain ](../../docs/install/source-install/compilation-with-ldb-toolchain.md)
* ......
In order to debug, you need to add debugging parameters when fe starts, such as `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005` .