custom-components / wienerlinien

A sensor that give you information about next departure from spesified stop.
MIT License
21 stars 17 forks source link

Added vscode launch configuration to debug #29

Closed chof747 closed 2 years ago

chof747 commented 3 years ago

To enable debugging by attaching the python debugger to the hass process I added a launch config for vscode + the debugpy option to home assistant configuration. Please consider for merging as this also simplifies the setup of a dev environment and does not significantly impact the performance of hass on the test environment:

The created launch configuration allows attaching a python debugger to any of the running processes. The list of processes is provided by vscode when launching the configuration from the IDE.