-
My app is pretty basic and I write my code similar to:
My tools are formatted as a package, this allows me do do things like relative imports, and I often run the tools via:
I'm having a lot of trouble debugging getting apps to new textual console for debugging. After much struggling with I'd really appreciate if someone please can show an example of using Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Given you're doing some things in |
Beta Was this translation helpful? Give feedback.
Given you're doing some things in
main
you might want to try setting theTEXTUAL
environment variable. It looks like if you set it todebug,devtools
then you'll get the same effect as running with--dev
.