There are two similar approaches to set breakpoints in modal dialogs:
Approach 1:
- Click on the Create shortcut icon on the toolbar.
- In the popup window choose "System command" and in the command enter "/h"
- A shortcut on the desktop would be created
- Drag and drop the shortcut to the modal window to set debugging on.
Approach 2:
- Create a txt file on the desktop with the following lines:
[HOME:FUNCTION] Command=/H Title=Debugger Type=SystemCommand - Drag and drop this file to the modal window to set debugging on.
本文介绍了一种通过创建桌面快捷方式和文本文件来设置模态对话框断点的方法。第一种方法是点击工具栏上的创建快捷方式图标,在弹出窗口中输入系统命令'/h'并创建桌面快捷方式;第二种方法是在桌面上创建一个包含指定命令的文本文件,然后将其拖放到模态窗口上以启用调试。
892

被折叠的 条评论
为什么被折叠?



