I have an aplication WpfApp1 that I just created via VS.
I built it via VS with DebugType
== full.
Then I open solution folder with VSCode. Set breakpoint, run my app, attach to it, but it say:
no symbols have been loaded for this document
What am I doing wrong?
This is my configuration:
{
"name": ".NET Core Attach",
"type": "clr",
"request": "attach",
"processId": "${command:pickProcess}"
}
Yes, I now that I can change DebugType
to portable and it will work. But I can't do it (I have some resons for it).