Better debug behaviour: a single debug session for all calls (I tried policy: "per-worker" and it did not do that)
#36136
Unanswered
od-vennre
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello Supabase community and maintainers.
Edge functions are an odd creation in Supabase. The developer experience is still equally very odd.
The main issue is that in the current model, a new debug session is created for each edge-function call. This makes it very difficult to debug applications with a dozen calls.
Is there a way to create a persistent debug session for all the Supabase edge function calls within a project? This allows the developer to attach the debugger once, and then continue to create breakpoints only in places that they need more clarity on how the execution goes.
I do feel that this is an architectural issue and that the entire edge-function feature is not very well thought out. It shows in many aspects of its use and development. It also feels like a nightmare in production. The system is fragile.
How much negativity can you handle in one issue? The good news, is that I am done for now.
All reactions