Replies: 1 comment
-
Set the environment variable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to inspect part of the pelican core code, and I dropped a
breakpoint()
where I wanted to look, but runningpelican -D
seems to do something to stdin/stdout; I couldn't interact with thepdb
prompt at all, and the generator just kept going.Is there some way to effectively insert breakpoints in code running in the Pelican generator? If so, how?
Beta Was this translation helpful? Give feedback.
All reactions