Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tencent/luapanda
lua debug and code tools for VS Code
https://github.com/tencent/luapanda
debugger lua lua-debugger vscode-extension
Last synced: 1 day ago
JSON representation
lua debug and code tools for VS Code
- Host: GitHub
- URL: https://github.com/tencent/luapanda
- Owner: Tencent
- License: other
- Created: 2019-01-25T08:30:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T09:57:25.000Z (11 months ago)
- Last Synced: 2025-02-01T09:59:19.087Z (1 day ago)
- Topics: debugger, lua, lua-debugger, vscode-extension
- Language: Lua
- Homepage:
- Size: 31.7 MB
- Stars: 1,296
- Watchers: 49
- Forks: 358
- Open Issues: 60
-
Metadata Files:
- Readme: Docs/README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 文档说明
LuaPanda的文档全部集中在这个目录下,根据类型分为
+ 使用介绍
放在`Manual`目录下
[项目介绍](./Manual/feature-introduction.md)
[快速试用指引](./Manual/quick-use.md)[调试器接入指引](./Manual/access-guidelines.md)
[launch.json 配置项介绍](./Manual/launch-json-introduction.md)
[Lua 原生符号感知](./Manual/lua-intellisense.md)
[真机调试](./Manual/debug-on-phone.md)
[其他调试能力](./Manual/common-functions.md)
[升级说明](./Manual/update.md)
[FAQ](./Manual/FAQ.md)
+ 调试器开发相关
放在`Development`目录下
[工程说明](./Development/project-description.md)
[开发指引](./Development/how-to-join.md)
+ 原理介绍
放在`Principle`目录下
[一些特性的实现方案](./Principle/debugger-principle.md)
`Res`中放一些静态图片资源,供各文档引用