Solved

When paused on breakpoint, I don't see the value of published parameters

  • 24 November 2021
  • 3 replies
  • 0 views

I inherited a flow with an embedded transformer.

This transformer uses a variable, for example $(TARGET_URL), but I am unable to gather it's value when paused on breakpoint.

icon

Best answer by redgeographics 24 November 2021, 13:10

View original

3 replies

Userlevel 5
Badge +25

Breakpoint inspection only shows you attributes of that feature (the same thing goes for feature caching and inspectors by the way), the workaround is to create attributes and fill them with the parameter values you want to inspect.

Ok, I see.

Thanks!

Badge +2

@kcech​ the ParameterFetcher transformer might help you with your debugging.

Reply