xInfo.breakpointNotify Method [AX 2012]

Implements a notification system when a breakpoint is changed.

public void breakpointNotify(BreakpointNotify notification)

Run On

Called

Parameters

notification
Type: BreakpointNotify Enumeration
A BreakpointNotify system enumeration value that specifies the type of change that has occurred to the breakpoints.

In the application, this method is used to update the Breakpoints form when a change is made to a breakpoint in the Code Editor window.

The following values of the BreakpointNotify enumeration type are valid for the notification parameter:

  • BreakpointForm: Notifies the client that the breakpoint list should be reloaded.

  • BreakpointChange: Notifies the client and server that the status of a breakpoint has changed (enabled, disabled, or deleted).

Community Additions

ADD
Show: