Advertisement
Guest User

Untitled

a guest
Apr 29th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.59 KB | None | 0 0
  1. {
  2.     "version": "0.2.0",
  3.     "configurations": [
  4.         {
  5.             "name": ".NET Core Launch (console)",
  6.             "type": "coreclr",
  7.             "request": "launch",
  8.             "preLaunchTask": "build",
  9.             "program": "${workspaceFolder}/bin/Debug/net6.0-windows/ExcelDnaAddinTest.dll",
  10.             "args": [],
  11.             "cwd": "${workspaceFolder}",
  12.             "console": "internalConsole",
  13.             "stopAtEntry": false
  14.         },
  15.         {
  16.             "name": ".NET Core Attach",
  17.             "type": "coreclr",
  18.             "request": "attach"
  19.         }
  20.     ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement