Skip to main content
Solved

When paused on breakpoint inside an embedded transformer, how to see from where it's being called?

  • November 24, 2021
  • 2 replies
  • 14 views

I inherited a flow with an embedded transformer.

This transformer is being reused multiple times in the workspace.

If I put a breakpoint in it, I don't know how to find the place it is being called from the main flow.

Best answer by redgeographics

I don't think there's a way to find that out actually, other than paying real close attention when stepping through the breakpoints.

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.

2 replies

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

I don't think there's a way to find that out actually, other than paying real close attention when stepping through the breakpoints.


  • Author
  • 15 replies
  • November 24, 2021

Thanks again @Hans van der Maarel​, I'll put a breakpoint before every call (there are quite a few :-D )