search
HomeDevelopment ToolssublimeHow to configure sublimegdb

How to configure sublimegdb

Apr 03, 2024 pm 02:27 PM
linuxsublimemacos

SublimeGDB 的配置

如何在 Sublime Text 中配置 SublimeGDB?

配置 SublimeGDB 涉及以下步骤:

1. 安装 SublimeGDB 包

  • 打开 Sublime Text 的包管理器(Ctrl+Shift+P)。
  • 搜索并安装 SublimeGDB。

2. 安装 GNU 调试器 (GDB)

  • 确保已在系统中安装了 GDB。
  • Windows:下载 MinGW 或 Cygwin 并安装 GDB。
  • macOS:通过 Homebrew(brew install gdb)或 MacPorts(sudo port install gdb)安装 GDB。
  • Linux:通过包管理器(如 sudo apt-get installgdb)安装 GDB。

3. 配置 SublimeGDB 设置

  • 打开 Sublime Text 的设置文件(Ctrl+,)。
  • 添加以下内容:
<code>"sublimegdb": {
  "gdb_path": "/path/to/gdb"
}</code>
  • gdb_path 替换为 GDB 的安装路径。

4. 配置构建系统

  • 创建或打开项目文件夹,然后右键单击并选择“构建系统”->“新建构建系统”。
  • 粘贴以下内容:
<code>{
  "cmd": ["gdb", "-q", "$file"],
  "file_regex": "^(.*):(\\d+):(\\d+)$",
  "selector": "source.c, source.cpp"
}</code>
  • $file 替换为调试器命令的正确占位符(通常为 %f)。
  • file_regex 替换为与调试输出匹配的正则表达式。

5. 设置断点

  • 打开要调试的文件并转到要设置断点的行。
  • 右键单击行号并选择“Toggle Breakpoint”。

6. 启动调试会话

  • 按 F5(Windows/Linux)或 Cmd+F5(macOS)启动调试会话。

The above is the detailed content of How to configure sublimegdb. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Sublime Text vs. VS Code: User Interface and User ExperienceSublime Text vs. VS Code: User Interface and User ExperienceApr 22, 2025 am 12:07 AM

SublimeText is suitable for users who pursue simplicity and highly customized, while VSCode is more suitable for users who need one-stop service and better user experience. The SublimeText interface is simple and complex, suitable for advanced users; the VSCode interface is modern and easy to use, suitable for beginners and team collaboration.

The Ultimate Editor Showdown: Sublime Text vs. VS CodeThe Ultimate Editor Showdown: Sublime Text vs. VS CodeApr 21, 2025 am 12:04 AM

SublimeText is suitable for users who pursue speed and simplicity, while VSCode is suitable for users who need rich features and powerful integration capabilities. 1) SublimeText is known for its lightweight and highly customizable, fast and powerful multi-line editing. 2) VSCode is known for its scalability and integration, with built-in Git support and debugging tools, suitable for cross-language development.

Sublime Text and VS Code: Understanding the DifferencesSublime Text and VS Code: Understanding the DifferencesApr 20, 2025 am 12:01 AM

SublimeTextexcelsinspeedandsimplicity,idealforquickeditsandadistraction-freeenvironment,whileVSCodeoffersextensivefeaturesandcustomizationforlargerprojects.SublimeTextislightweightandfast,perfectforfocusedcodingwithasimplecommandpaletteforactionslike

Sublime Text: Coding Features and FunctionalitySublime Text: Coding Features and FunctionalityApr 19, 2025 am 12:06 AM

SublimeText is suitable for programming because it is powerful and flexible. 1) Multiple selection and editing functions allow multiple locations to be modified at the same time to improve reconstruction efficiency. 2) The command panel and shortcut keys provide quick access and custom operations to improve development efficiency. 3) Support regular expressions, macros and plug-ins, suitable for advanced usage and performance optimization.

Sublime Text vs. VS Code: Pricing and LicensingSublime Text vs. VS Code: Pricing and LicensingApr 18, 2025 am 12:02 AM

SublimeText is available for purchase for one time, priced at $70, and is permanently used with a PC; VSCode is free to use, and there is no license fee, but extensions and themes may be charged. When choosing, use requirements and budgets should be considered.

How to run sublimeHow to run sublimeApr 16, 2025 am 09:39 AM

To run Sublime Text, you need to download, install the application, purchase a license (optional), and then launch the application. Create or open a file to start encoding.

How to Chinese sublimeHow to Chinese sublimeApr 16, 2025 am 09:36 AM

Sublime Text can be Chineseized through the following steps: 1. Download the Chinese package; 2. Install the Chinese package; 3. Restart Sublime Text; 4. Set the default language (optional); 5. Verify the Chinese version.

How to delete sublime plug-inHow to delete sublime plug-inApr 16, 2025 am 09:33 AM

There are two ways to delete plugins in Sublime Text: Delete through the Plug-in Manager: Select the plug-in you want to delete and right-click and select "Delete". Manually Delete: Navigate to the user data directory, locate the plugin folder and drag it to the Recycle Bin or Trash.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools