[docs]update develop document (#10242)
This commit is contained in:
@ -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` .
|
||||
|
||||
Reference in New Issue
Block a user