mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Update zh_CN build_features.md
This commit is contained in:
parent
cffc9642eb
commit
cf3d140e86
1 changed files with 15 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# `erg` 构建功能
|
||||
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/build_features.md&commit_hash=06f8edc9e2c0cee34f6396fd7c64ec834ffb5352)
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/build_features.md&commit_hash=a4ba6814016f66c32579c53836b10f4abbca8a51)
|
||||
|
||||
## 调试
|
||||
## debug
|
||||
|
||||
进入调试模式。结果,Erg 内部的行为顺序显示在日志中
|
||||
独立于 Rust 的 `debug_assertions` 标志
|
||||
|
@ -22,7 +22,19 @@ Erg 内部选项、帮助(帮助、版权、许可证等)和错误显示为简
|
|||
将系统语言设置为繁体中文
|
||||
Erg 内部选项、帮助(帮助、版权、许可证等)和错误显示为繁体中文。
|
||||
|
||||
## unicode/pretty
|
||||
|
||||
使得编译器显示丰富内容
|
||||
|
||||
## pre-commit
|
||||
|
||||
用于在预提交中运行测试。这是一个bug解决方案
|
||||
|
||||
## large_thread
|
||||
|
||||
增加线程堆栈大小。用于Windows执行和测试执行
|
||||
|
||||
## els
|
||||
|
||||
通过 `--language-server` 使其变得可用
|
||||
通过 `erg --language-server` 打开
|
||||
通过 `erg --language-server` 打开
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue