debug-build

Community

Build a debug-ready YARS with symbols.

Authorkzahedi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill configures and builds YARS with full debug symbols for debugging sessions, enabling easier diagnosis of crashes, memory issues, and runtime behavior.

Core Features & Use Cases

  • Debug-enabled Build: Configure with -DCMAKE_BUILD_TYPE=Debug and compile with debugging symbols.
  • Debugger & Profiler Ready: Binaries suitable for gdb, valgrind, and other tools.
  • Seamless Reversion: Switch back to Release when debugging is complete.

Quick Start

cd build cmake -DCMAKE_BUILD_TYPE=Debug .. make -j4

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: debug-build
Download link: https://github.com/kzahedi/YARS/archive/main.zip#debug-build

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.