Codeunit 18123007 EOS063 Debug Handler

Codeunit 18123007 EOS063 Debug Handler

Methods

SetSource

procedure SetSource(TableID: Integer; DocumentNo: code[20])

Parameters / Return Value

  • TableID Integer

  • DocumentNo code[20]


ProcessDocument

procedure ProcessDocument()

Events

OnStartFunction

local procedure OnStartFunction(FunctionName: Text; FunctionSubName: Text)

Event raised for each function that is run. It’s a debug-only event.

Parameters / Return Value

  • FunctionName Text

    The name of the function called

  • FunctionSubName Text

    The name of the subfunction


OnStopFunction

local procedure OnStopFunction(FunctionName: Text; FunctionSubName: Text)

Event raised for each function that is stopped. It’s a debug-only event.

Parameters / Return Value

  • FunctionName Text

    The name of the function called

  • FunctionSubName Text

    The name of the subfunction



EOS Labs -