- 授权协议: MIT
- 开发语言: JavaScript TypeScript
- 操作系统: 跨平台
- 软件首页: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug
- 软件文档: https://github.com/Microsoft/vscode-java-debug/blob/master/README.md
- 官方下载: https://github.com/Microsoft/vscode-java-debug/releases
软件介绍
概念
基于 Java debugger 的轻量级 Java 调试器,它扩展了红帽对 Java 编程语言的支持。它允许用户使用Visual Studio Code(VS Code)调试 Java 代码。以下是一些功能:
启动/安装
断点
Exceptions
暂停并继续
进/出/结束
变量
调用堆栈
主题
调试控制台
要求
JDK(版本1.8.0或更高版本)
VS Code(版本1.17.0或更高版本)
Red Hat 对 Java 编程语言的支持(版本0.14.0或更高版本)
安装
打开VS Code,然后按F1或Ctrl + Shift + P打开命令选项板,选择 Install Extension 并键入vscode-java-debug。
或者启动VS Code Quick Open(Ctrl + P),粘贴下面的命令,然后回车。
ext install vscode-java-debug
Visual Thinking
Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95
Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!
