Explorar o código

Use portable pdb.

Fixes issue #48
drieseng %!s(int64=9) %!d(string=hai) anos
pai
achega
d71baa1811
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Renci.SshNet.NETCore/project.json

+ 1 - 1
src/Renci.SshNet.NETCore/project.json

@@ -3,7 +3,7 @@
   "configurations": {
     "debug": {
       "buildOptions": {
-        "debugType": "full",
+        "debugType": "portable",
         "define": [ "DEBUG", "TRACE" ]
       }
     },