You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use debugger into execution of the endpoint functions. I am using VS Code and default julia launch.json / F5 did not work. All I am able to look up is the execution before the server is running.
Is it possible to achieve what I am trying to do using standard tools?
How to?
The text was updated successfully, but these errors were encountered:
You're absolutely right, I was able to replicate this issue on my own vscode editor. I've tried a couple of different variations of the launch.json config but didn't find anything that worked. Considering that all request handlers are just lambda's that are called on demand, It's not completely clear to me how to fix this.
I'll keep this open until we know whether a solution is possible or not.
Same here; I know the debugger is working since breakpoints prior to serve() work. I also checked I have the compiled code feature off.
I did notice that when you run in parallel mode, Infiltrator doesn't work within @async, but Debugging Oxygen with built-in debugger doesn't work regardless of parallel mode.
I would like to use debugger into execution of the endpoint functions. I am using VS Code and default julia launch.json / F5 did not work. All I am able to look up is the execution before the server is running.
Is it possible to achieve what I am trying to do using standard tools?
How to?
The text was updated successfully, but these errors were encountered: