npm run install:all
cd packages/pytea
npm run webpack # compile development build
# run constraint generator (online analyzer) only
node ./index.js path/to/script.py
# run full pytea
python pytea.py path/to/script.pyWe use two debug options to VSCode Debug panel.
Pytea CLI: Build and run pytea withpackages/pytea/pytest/basics/pyteaconfig.json. The config file must haveentryPathoption.Pytea CLI scratch: Scratchpad debugging. It does not build pytea config, but analyzespackages/pytea/pytest/basics/scratch.py. User must build PyTea withnpm run buildbefore tests it.