Details on Parse Errors #314
-
Is there any way to get more context on Parse errors? It'd be great to know the position/offset or field it failed on |
Beta Was this translation helpful? Give feedback.
Answered by
sharksforarms
Jan 17, 2023
Replies: 1 comment 2 replies
-
I agree this would be great to have. The best deku has at the moment is by using the By initializing
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lfrancke
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I agree this would be great to have. The best deku has at the moment is by using the
logging
feature.By initializing
env_logger
for example usingenv_logger::init();
at the start ofmain