Is there a way in order to drop into a debugger st...
# general
t
Is there a way in order to drop into a debugger statement within the Pulumi config? Either
import ipdb; ipdb.set_trace()
for Python or
debugger;
for TypeScript?