Is it possible to debug C# lambda functions with S...
# help
a
Is it possible to debug C# lambda functions with SST? I see in the documentation that C# is supported for “Lambda” and I was able to execute local C# functions, but debugging does not appear to work. I didn’t see anything in the docs specifically mentioning whether or not this is supported. Are NodeJS functions the only runtime that supports debugging locally?
t
Yeah the way we have c# support implemented probably prevents it from being debugged easily. We're working on a v2 of our runtime which might pave the way for things like this