Skip to main content
Solved

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

  • November 24, 2021
  • 3 replies
  • 10 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.

Best answer by redgeographics

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • Best Answer
  • November 24, 2021

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.


  • Author
  • 15 replies
  • November 24, 2021

Ok, I see.

Thanks!


Forum|alt.badge.img+2
  • 1891 replies
  • November 24, 2021

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