JamesHutchison / pytest-hot-reloading

A hot reloading pytest daemon, implemented as a plugin
MIT License
89 stars 2 forks source link

Add enhanced debug support #6

Open JamesHutchison opened 1 year ago

JamesHutchison commented 1 year ago

This issue is to detect when the client is being debugged, forward debug communication to the server, and start the server with debugging as needed.

We can use the simpler method of running the server as its own debug profile for now.