Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwang committed Jan 30, 2019
1 parent e7b3c17 commit 1f684b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/Manual/feature-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[TOC]

LuaPanda 是一个基于VSCode扩展的lua调试器,设计目标是高效易用,支持主流框架。因当前项目大量使用lua进行开发,为了能够提升定位修复lua问题的效率,我们自己动手开发了这个工具。
LuaPanda 是一个基于VSCode扩展的lua调试器,设计目标是简单易用,支持多种开发框架。因当前项目大量使用lua进行开发,为了能够提升定位修复lua问题的效率,我们自己动手开发了这个工具。

LuaPanda 使用了lua + C 双架构。调试器主体使用lua开发(可独立运行),另外有一个高性能的C扩展库,兼顾了C的高效以及lua的灵活性。

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LuaPanda

LuaPanda 是一个基于 VS Code 的 lua 代码调试器。设计目标是简单易用,支持主流框架。它由两部分组成:
LuaPanda 是一个基于 VS Code 的 lua 代码调试器。设计目标是简单易用,支持多种开发框架。它由两部分组成:

- VS Code Extension 调试器 VSCode 插件
- Lua Debugger 调试器的 debugger 部分
Expand Down

0 comments on commit 1f684b4

Please sign in to comment.