PyPoE 102: Debugging - Project-Path-of-Exile-Wiki/PyPoE GitHub Wiki
More to come.
If you fumble with this enough, and call the right python script from the command line you can get it working. https://code.visualstudio.com/docs/python/debugging
Something like this from within VSCode, where wiki ...
is what you'd normally enter after pypoe_exporter
python -m debugpy --listen 5678 --wait-for-client PyPoE\cli\exporter\core.py wiki area id "Map2Tier13_4" -wr
Need to enable some setting for debugging external code?