Run 'Debug: Download .NET Core Debugger' in the Command Palette or open a .NET project directory to download the .NET Core Debugger

https://code.visualstudio.com/docs/editor/debugging

https://code.visualstudio.com/docs/languages/csharp

Please set up the launch configuration file for your application.

command 'csharp.listProcess' not found

Updating C# dependencies...
Platform: win32, x86_64
Downloading package 'OmniSharp (.NET 4.6 / x64)'    Retrying from 'https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.21.0.zip' Downloading package '.NET Core Debugger (Windows / x64)'   Retrying from 'https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-win7-x64.zip'
Installing package 'OmniSharp (.NET 4.6 / x64)'
Failed at stage: installPackages
Error: end of central directory record signature not found
Finished
 
 

需要设置代理:

File菜单-->Preferences-->Settings, 直接搜索proxy,
右侧直接配置用户级别的setting
// Place your settings in this file to overwrite the default settings
{
"http.proxy":"http://sasygsha01prx11_p.asnet.accorservices.net:8080"
}

 

左侧的侧边栏

包括查看变量,添加监视,调用堆栈

 
 

lanch.json

此文件中的 配置,直接影响到Debug的选项

name

 

args

"args": ["a","bc","chuck","kerry"],
 

最新文章

  1. OpenCASCADE Camera
  2. 初探JavaScript(三)——JS带我"碰壁"带我飞
  3. HBase 压缩算法设置及修改
  4. bootstrap2.3.2 modal 用href时有缓存
  5. CakePHP之Model
  6. 核心C#
  7. Kickstart Round D 2017 problem A sightseeing 一道DP
  8. shell脚本异步日志分析-接口耗时、可用率
  9. 关于if后面直接加上参数名,不加条件的用法
  10. 解读Raft(四 成员变更)
  11. java中接口和抽象类的异同点
  12. iOS弹出UIViewController小视图
  13. Java的并发及锁
  14. jsp页面简单的验证码实现
  15. ubuntu16.04 无法连接wifi和校园宽带问题的解决办法
  16. python之lambda函数/表达式
  17. c语言for循环等语句详解
  18. 2017年CCF大数据与计算智能大赛,梳理总结新鲜出炉啦~~~
  19. Oracle密码过期the password has expired解决办法
  20. sprint1_11.15燃尽图(第二天)

热门文章

  1. NOIp2018模拟赛三十六
  2. pointer-events的css属性。使用该属性可以决定是否能穿透绝对定位元素去触发下面元素的某些行为
  3. 【转】 C#学习笔记14——Trace、Debug和TraceSource的使用以及日志设计
  4. nested exception is java.lang.NoClassDefFoundError: org/codehaus/jettison/json/JSONObject异常的解决办法
  5. 从fork面试题開始的思考
  6. 搭建基于qemu + eclipse的kernel调试环境(by quqi99)
  7. less06 引入(importing)
  8. [NOIP2015模拟10.22] 最小代价 解题报告 (最小生成树)
  9. 关于nth-of-type和nth-child的关系
  10. Bayes++ Library入门学习之熟悉namespace