skill-debug

Diagnose AL runtime issues in Business Central through structured debugging workflows.

99|28|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/javiarmesto/ALDC-AL-Development-Collection --skill skill-debug-javiarmesto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-debug
Source: https://github.com/javiarmesto/ALDC-AL-Development-Collection/tree/main/claude-plugin/skills/skill-debug
Command: npx skills add https://github.com/javiarmesto/ALDC-AL-Development-Collection --skill skill-debug-javiarmesto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AL debugging and diagnostics for Business Central help identify runtime errors, performance issues, and misconfigurations quickly by guiding structured, repeatable investigation.

Core Features & Use Cases

  • Structured debugging workflows for runtime errors, event subscribers, and telemetry analysis.
  • Guidance for snapshot debugging, CPU profiling, and symbol/configuration troubleshooting.
  • Real-world scenario: reduce mean time to resolution by following the patterns to reproduce and diagnose issues.

Quick Start

Connect to the target environment and initiate the AL debugging workflow to reproduce and diagnose runtime issues.

Frequently Asked Questions about skill-debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug AL runtime errors in Business Central extensions?

To debug AL runtime errors in Business Central, connect to the target environment and initiate a structured debugging workflow in the VS Code AL debugger to reproduce and diagnose runtime issues across AL extensions.

What is snapshot debugging and when should I use it for Business Central?

Snapshot debugging is a technique for diagnosing AL runtime issues in Business Central by capturing execution state. Use it to troubleshoot errors and performance issues that are difficult to reproduce in a live environment.

How do I troubleshoot AL event subscribers not triggering in Business Central?

To troubleshoot AL event subscribers not triggering, follow structured debugging workflows for event subscribers within the VS Code AL debugger to investigate runtime execution and verify symbol configurations.

Can I use the CPU profiler to identify AL extension performance issues in Business Central?

Yes, you can use the CPU profiler to identify AL extension performance issues. The structured debugging workflows provide guidance for CPU profiling to diagnose performance problems in Business Central extensions.

Do I need the VS Code AL debugger to troubleshoot Business Central telemetry and configuration errors?

Yes, troubleshooting Business Central telemetry and configuration errors requires familiarity with the VS Code AL debugger, snapshot debugging, and related configuration steps described in the structured workflow.