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.

你可能感兴趣的:(dialog)