Effect of CubeMX DEBUG Settings
Other than reserving pins for the hardware-implemented debug interface (Fig. 1), what are the effects of the highlighted settings of the "Trace and Debug" category of CubeMX (Fig. 2)?

Fig 1: Debug infrastructure (RM0433)

Fig 2: CubeMX Trace and Debug
Changing those settings has no effect in regard of code generation.
How would one utilize i.e. External Trigger Bi-directional? I would have expected the system to halt (essentially triggering a breakpoint) on a signal change of the reserved TRGIO pin when activating this setting - but nothing happens. The same is true for the other direction, triggering a breakpoint does not change the value on the TRGIO pin.
The same goes for the setting Trace Synchro SW (x bits). SWDIO and SWCLK can be used to communicate with a debugger, but TraceD0 seems to do nothing?
I could not find an answer in the datasheet as referenced by Table 595 in RM0433.
