Replies: 1 comment 1 reply
-
|
Hello @atb00ker 👋, I'm here to assist you with any issues or questions you have. Let's work together to solve this puzzle! Using The
These configurations allow you to set breakpoints, inspect variables, and step through code, providing a comprehensive debugging environment tailored for Langflow development [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying out langflow and I started creating a custom component,
but the output of the component is not as I expect it to be, so I want to add
import pdb; pdb.set_trace()and check the output and run line by line to understand where the error is occuring.However, it seems langflow server cannot take input and hence
bdb.BdbQuithappens.I've even tried setting
LANGFLOW_DEV=truebut no luck.Is there a way to run pdb?
Is there any other recommended way to debug when using langflow?
Beta Was this translation helpful? Give feedback.
All reactions