Add AutoRobot directory with Windows line endings
This commit is contained in:
11
AutoRobot/Windows/Robot/ToDoList.md
Normal file
11
AutoRobot/Windows/Robot/ToDoList.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ToDoList
|
||||
|
||||
## 项目调试步骤
|
||||
|
||||
- [x] 1. 安装 VS Code 官方 Go 扩展(由 Google 提供)。
|
||||
- [x] 2. 在 VS Code 左侧点击“运行和调试”图标,点击“创建 launch.json 文件”,选择“Go”环境。
|
||||
- [x] 3. 在生成的 launch.json 中确认 `"program"` 路径指向 main.go。
|
||||
- [x] 4. 在 main.go 代码中需要调试的位置点击行号左侧设置断点。
|
||||
- [x] 5. 按 F5 或点击“运行和调试”按钮启动调试。
|
||||
6. 使用浏览器访问 http://localhost:8805 或 WebSocket 客户端连接 ws://localhost:8805/ws,触发断点进行调试。
|
||||
7. 调试结束后,可在“调试控制台”查看日志和变量信息。
|
||||
Reference in New Issue
Block a user