How to set up your development environment for atopile.
-v
, -vv
or -vvv
flags, for example ato -vv build
ato
command and before the command you want to run. For example, ato -vv build
runs the build command with the verbose flag set to the highest level, while ato build -vv
will not work.--debug
flag, for example ato --debug build
This runs a debugpy
server on port 5678
which you can connect to with the VSCode built-in debugger.
Connect debugger in VSCode