_printChanges(_:)

Prints debug information to the console whenever the view is computed.

WithViewStore.swift:378
iOS
deprecated
macOS
deprecated
tvOS
deprecated
watchOS
deprecated
@MainActor func _printChanges(_ prefix: String = "") -> WithViewStore<ViewState, ViewAction, Content>

Parameters

prefix

A string with which to prefix all debug messages.

Returns

A structure that prints debug messages for all computations.