- Node v20 or later
- VSCode with the parent folder to this folder opened as a workspace
- Python v3.10
- Run
conda create -n "holmes" -c conda-forge python=3.10 - Follow the instruction by conda to install and activate the environment
- From the folder that contains this readme run:
pip install -r ../StudyReproduction/dockerFiles/requirements.txt pip install -e pymcdebug
- Run
python static/py/server.py - Let LASAPP run in the background.
cd extension/webview-src/ppl-debugger-webviewnpm installnpm run buildcd ../../npm installnpm run watch- In VSCode: Press
F5 - After the new window opened press in the new window
F1and enterPPL Debugger: Start Debugging File. - Run a python file with python from the "holmes" environment
- Happy Debugging