I have below json file
{"version": "0.2.0","configurations": [{"name": ".NET Core Launch (console)","type": "coreclr","request": "launch","preLaunchTask": "build","program": "${workspaceFolder}/bin/Debug/net6.0/LeetCodeChallanges.dll","args": [],"cwd": "${workspaceFolder}","console": "internalConsole","stopAtEntry": false},{"name": ".NET Core Attach","type": "coreclr","request": "attach"}]}Still I am not able to Debug on hitting debug it;s keep going keep going. I am using Ubuntu 22.0 LTS
I tried above and I want I Should be able to debug the code.