get-convex / convex-test

Testing harness for pure-JS Convex tests
Apache License 2.0
3 stars 1 forks source link

Allow stepping into functions with the VSCode debugger #5

Closed thomasballinger closed 3 months ago

thomasballinger commented 5 months ago

Michal says if we didn't dynamically import functions maybe we could step into them.

(if I understand right)

We could codegen an api-like object that has all the functions attached, or we could change the api to require importing them statically to run them?

xixixao commented 5 months ago

Thread for context: https://discord.com/channels/1019350475847499849/1230211387230392422

This might be fixable in Vitest or VS Code as well.

xixixao commented 4 months ago

I noticed that debugger; statement works

xixixao commented 3 months ago

This was fixed.