当前位置: 首页 > news >正文

VisualGDB 5.6R9 FOR WINDOWS

Go cross-platform with comfort

VisualGDB 是 Visual Studio 的一个非常强大的扩展,它允许您调试或调试嵌入式系统。这个程序有一个非常有吸引力的用户界面,它有许多调试或调试代码的功能。VisualGDB 还有一个向导可以帮助您调试程序,为您提供强大的指导。此外,此程序中还有许多其他功能,分为常用功能、高级功能、可用性功能、Linux 功能、Android 功能等类别,每个功能都已在功能和特性部分为您列出。

VisualGDB makes cross-platform development with Visual Studio easy and comfortable. It supports:

  • Barebone embedded systems and IoT modules (see full list)
  • C/C++ Linux Applications
  • Native Android Apps and Libraries
  • Raspberry Pi and other Linux boards
  • Linux kernel modules (separate VisualKernel product)
  • ESP32 and Arduino targets

VS2008-2022 including the free Community Edition are supported.

Focus on your product, not the tools

VisualGDB will automatically install and configure the necessary tools:

  • Embedded toolchains
  • Cross-compilers for common Linux boards
  • Compilers/debuggers on Debian- and RedHat-based Linux
  • GDB Stub software like OpenOCD

All you need to do is choose your device from the list and start developing! VisualGDB can also easily import your existing code or debug code that is built elsewhere.

Advanced Build Output Window

VisualGDB can make sense of complex multi-line error messages from GCC, Keil and IAR compilers. It will show template instantiations, include stack for errors in header files, and other information that helps quickly understand what breaks the build.

You can quickly switch back and forth between the error messages and a specific location in the build log, where VisualGDB will highlight the important messages and make all paths clickable.

Advanced CMake Integration and Debugger

VisualGDB supports advanced CMake project subsystem, with 2-way synchronization between the  CMakeLists files and Solution Explorer enabling you to:

  • Easily view, add, remove and edit CMake targets
  • Edit target settings via regular VS Property Pages
  • Easily add/remove/rename sources for individual targets
  • Configure advanced deployment options for targets
  • Have precise IntelliSense configuration for complex projects
  • Step through CMakeLists.txt files in a debugger

For advanced CMake projects, VisualGDB can access source files on remote Linux machines directly via SSH, without needing to store 2 copies of each file and synchronize them.

Automatic Error Troubleshooting

VisualGDB can automatically troubleshoot common C/C++ errors:

  • Find missing header files and fix include paths
  • Resolve undeclared symbols by finding the correct headers
  • Fix 'undefined reference' errors by finding symbols in libraries
  • Suggest common fixes to embedded configuration files

Seamless Support for Unit Tests

VisualGDB integrates popular CppUTest and GoogleTest frameworks in Visual Studio and provides an easy API to integrate custom frameworks. With one click of a mouse you can run/debug tests on:

  • Embedded ARM devices via JTAG/SWD
  • Linux machines and boards like Raspberry Pi
  • Android devices
  • Mbed projects using Greentea framework

Advanced IntelliSense with refactoring

VisualGDB includes a powerful Clang-based IntelliSense engine that fully supports GCC-specific code and is integrated with embedded and Linux tools. Advanced features include:

  • Easy navigation around your code with CodeJumps and CodeExplorer
  • Create-from-use for methods and constructors
  • Automated code generation with RefactorScript
  • Edit-driven renaming with C++17 support
  • Automatic corrections of common errors and typos
  • Preprocessor lens to understand complex preprocessor macros
  • Code Map for functions, methods, variables and more in C++ code

Read more about Clang IntelliSense features.

Fast and flexible project building

VisualGDB includes an high-performance MSBuild back-end optimized for lightning fast builds of Embedded and Linux projects and automatic and precise IntelliSense.

If your project already uses GNU Make, CMake or QMake, you can easily import it into VisualGDB and have your IntelliSense and settings managed automatically.

Powerful Linux profiling

VisualGDB takes profiling an dynamic analysis of Linux programs to a new level. Featuring the extremely scalable profiling database format VisualGDB lets you conveniently explore the performance of your program and relations between different parts ot it. Switch between function tree, global function list and detailed per-line view to quickly find and compare the information you need.

Powerful debugging experience

VisualGDB provides consistent Visual Studio debugging experience for local, SSH-based, JTAG-based debugging and many more. You hit F5, VisualGDB does the rest. Advanced debug features include:

  • IntelliSense and preprocessor support in Watch windows
  • Built-in SSH terminal and file transfer for Linux debugging
  • Powerful custom actions to automate routine tasks
  • Enter your own GDB commands and record command timings

Read more about VisualGDB debug features

Easy interface for complex tools

VisualGDB provides graphical interface for editing common settings of most widely used build tools from GNU/Linux:

  • Graphically edit Makefiles and synchronize source file lists
  • Manage CMake targets and settings
  • Create and maintain QMake files for Qt projects
  • Precise IntelliSense for large imported CMake projects
  • Use VisualGDB-generated Makefiles or import your own ones

Suggestion Popups and Error Checking

The VisualGDB GUI is designed to make you productive at every task. This includes automatic suggestions of common variables and file/folder paths across VisualGDB Project Settings, as well as automatic troubleshooting of common build and deployment errors.

Integration with Team Foundation Server

VisualGDB features an open-source TFS plugin for easy out-of-the-box building of VisualGDB projects. Simply install the plugin to your TFS build server and build Make, CMake, or QMake-based VisualGDB projects easily and automatically with no need to install a separate instance of Visual Studio.

Read more about building VisualGDB projects with TFS

Easily share settings with your team

VisualGDB includes a convenient mechanism for sharing numerous types of settings and presets with your entire team. Simply configure a shared settings directory and then instantly share remote hosts, aliases, toolchain definitions, embedded packages, quick debug settings and common preferences to all computers using the same shared settings directory.

Configure team settings on your TFS build server and never experience the need to manually keep the global settings up-to-date.

Powerful Custom Actions

Customize the building, cleaning, loading and debugging experience of your projects with a library of powerful custom actions for running commands, synchronizing files or folders or setting context-specific variables.

http://www.lryc.cn/news/5968.html

相关文章:

  • Yolov8的多目标跟踪实现
  • 28--Django-后端开发-drf之自定义全局异常、接口文档生成以及三大认证源码分析
  • 【MyBatis】动态SQL
  • LeetCode(剑指offer) Day1
  • 1、MyBatis框架——JDBC代码回顾与分析、lombok插件的安装与使用
  • 笔记-GPS设备定位方式
  • 2023秋招携程SRE算法岗面试经验分享
  • 4.9 内部类
  • ncnn模型精度验证
  • IB-PYP幼儿十大素质培养目标
  • 02.13:监督学习中的分类问题
  • leetcode刷题 | 关于二叉树的题型总结3
  • 设计模式-结构型
  • 【新】华为OD机试 - 预订酒店(Python)| 运气好 会考到原题
  • 【编程基础之Python】4、安装Python开发工具
  • 5. 最长回文子串
  • 内网渗透(二十四)之Windows协议认证和密码抓取-Mimikatz读取sam和lsass获取密码
  • 【THREE.JS】网页中的炫酷3D
  • Go语言之 下载安装go以及vscode配置go环境
  • RBAC权限 API声明四种kubernetes对象
  • CDGP仿真选择题4
  • 典型相关分析与R语言实现
  • 【蓝桥集训】第一天——前缀和
  • 2022-03-19青少年软件编程(C语言)等级考试试卷(六级)解析
  • [JavaScript 刷题] 特殊数组的特征值, leetcode 1608
  • 各种素材网站大全【全部倾倒,福利倒计时-JS,HTML,游戏素材,UI,图片素材等
  • 影片自由,丝滑流畅,Docker容器基于WebDav协议通过Alist挂载(百度网盘/阿里云盘)Python3.10接入
  • 【新】华为OD机试 - 数组的中心位置(Python)| 运气好,这就是原题
  • 小米电视安装 Plex 打造家庭影院
  • Elasticsearch:Combined fields 查询