How can I debug a python program from an external app?
I'm using guildAI
which is an external utility, that when running guild run train.py
internally it runs python train.py
but with other wrappers.
Is there a way, to somehow debug (like remote debugging) with vs code such applications?
I.e tell vs code to run guild run train.py
for me? or some other way
↧
Debug python with vscode from an external script
↧