`
zjut_xiongfeng
  • 浏览: 272091 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

How do I set breakpoints in modal dialogs?

 
阅读更多

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.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics