awtk/docs/vs_debug.md

14 lines
640 B
Markdown
Raw Normal View History

2021-07-12 09:57:33 +08:00
## 在 Visual Studio 中调试 AWTK
2018-08-28 16:18:28 +08:00
2021-07-12 09:57:33 +08:00
scons 编译时并没有生成 Visual Studio 的工程,如果需要个在 Visual Studio 中调试 AWTK 应用程序,可按下列步骤进行:
2018-08-28 16:18:28 +08:00
2021-07-12 09:57:33 +08:00
* 1. 打开 Visual Studio。
* 2. 在『文件』菜单中点击『打开』并选中『项目』。
* 3. 选择 awtk\bin\demoui.exe (或者其它要调试的可执行文件)。
* 4. 在项目设置中设置调试参数(可选)。
* 5. 进行调试。
2018-08-28 16:18:28 +08:00
参考:
[How to: Debug an Executable Not Part of a Visual Studio Solution](https://msdn.microsoft.com/en-us/library/0bxe8ytt.aspx?f=255&MSPPError=-2147217396)
2021-07-12 09:57:33 +08:00
> 建议使用 vscode 调试。