Hi, is it possible to enable hot code reloading wh...
# general
h
Hi, is it possible to enable hot code reloading while in debugging mode (--debug-adaptor). When I try
restart=True
, attach with VSCode and modify the source file the debugger detaches and needs to be attached again manually I think. Is there a better way?