Pipelines : How to view the inputs and outputs at each step? #1844
Unanswered
efficienthacks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug the code corresponding to this documentation about Chaining Functions manually.
Specifically:
I can set the breakpoints for the Native functions to see the inputs and outputs, but what about the Semantic functions? I've opened up the
output
object and didn't see any properties that showed the steps at each stage. How can this be done?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions