Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问代码一般是通过什么方式调试和排错? #12

Open
kkeison opened this issue Oct 27, 2021 · 1 comment
Open

请问代码一般是通过什么方式调试和排错? #12

kkeison opened this issue Oct 27, 2021 · 1 comment

Comments

@kkeison
Copy link

kkeison commented Oct 27, 2021

在线调试

@luopeiyu
Copy link
Owner

像skynet提供了一些的控制服务台,可以定位是哪个服务出了问题。
除此之外,还是较多的依靠打印日志。一些用pcall包含的代码也要把错误打印出来,才好调试一些。
至于断点调试,目前还没有看到很合适的工具。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants