> For the complete documentation index, see [llms.txt](https://o2oa.gitbook.io/course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/cheng-xu-tiao-shi.md).

# 平台程序调试方法

- [前端代码调试定位](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/cheng-xu-tiao-shi/qian-duan-kai-fa.md): Chrome浏览器F12开发者工具简单使用
- [后端代码的远程调试](https://o2oa.gitbook.io/course/yuan-ma-de-bian-yi-ji-guan-li/cheng-xu-tiao-shi/hou-duan-kai-fa.md): O2OA无法直接在IDE内直接运行起来，无法直接进行断点调试。可以使用JVM的调试端口配合IDE进行远程调试。
