Browse Source

Use portable pdb.

Fixes issue #48
drieseng 9 năm trước cách đây
mục cha
commit
d71baa1811
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" ]
       }
     },