孙广东 2015.12.5
要想实现这样的调试需要 vs Code 的 一个扩展。
Release Notes
Version 0.1.0:
- 可以使VS code 附加到 Unity editor.
Download
Install instructions
- 安装 Visual Studio Code 0.10 或者更高 .
- 下载 unity-debug zip-file 并解压为: "unity-debug" 文件夹 . (package.json 应该在 "unity-debug" 文件夹的根部 )
- OSX & Linux 平台上 :
- 安装最新版本的 Mono framework.
- 拷贝 "unity-debug" 文件夹到 ${HOME}/.vscode/extensions/ . OSX: You can open the .vscode folder using the Terminal app and typing “open ${HOME}/.vscode”
- Windows 平台上 :
- 拷贝 "unity-debug" 文件夹到 %USERPROFILE%\.vscode\extensions ( 如果不存在extensions 文件夹就创建一个 ) (一般是 C盘 用户 然后)
- 重新启动 VS Code.
- 使用VS Code 打开 Unity project 的 根目录
- 选择 debug 模式
然后现在来到Unity project 文件夹的 .vscode/Launch.json文件 .
然后就是设置 断点, 启动Unity就 行了。
??
??
时间: 2024-10-24 21:59:46