Enable customized service replay debugging.

  1. In the console, click Symphony Workload > Configure Applications.

    The Applications page displays.

  2. Click on your application in the table.

    The application profile editor displays.

  3. Select Advanced Configuration. (The option may be currently set to Basic Configuration.)
  4. Click Error Handling to expand the Error Handling section.
  5. Select Customize event-driven - Write upon detection of events specified in table

    This causes the generation of a service event replay log file when any of the error-handling events in the table occur, provided the event is configured with Write as the customized debug action.

    The default configuration for customized debug actions generates a service event replay log file upon detection of any of the following error-handling events during the execution of a service handler method (for example CreateService, SessionEnter, Invoke, and so on):

    • The service throws FailureException or FatalException

    • The service exits or crashes

    • The method times out

  6. Click Save to apply your changes.
Related concepts
About debugging a service
Related reference
Service replay debugging