jdkorigan
jdkorigan
Thank you for help. I was refering to this doc https://code.visualstudio.com/docs/editor/debugging. Regarding to your link, I have now the option to attach to both App in debugging list, but when...
Sorry, I made a mistake in my code-workspace "compounds": [ { "name": "Attach to both App", "configurations": [ "Func-1", "Func-2" ] } in "configurations" this is the name that is...
But I still have the same problem. Maybe what I want to do is not correct. When both functions have started, I'm able to set a breakpoint to the first...