abap-debugger

abap-debugger is an agent for coding agents from marcellourbani/vscode_abap_remote_fs. It costs 18 tokens per session (717 once invoked), scanned A, original, MIT.

An assistant for controlling ABAP debugging sessions, which let you pause a running SAP program and inspect what it is doing. It can work with breakpoints, execution steps, variables, internal tables, and the call stack.

In plain words
What is it for?
Use it to start or stop a debugging session when requested, set or inspect breakpoints, step through code, examine values and tables, and follow which methods called one another.
Why use it?
It helps explain runtime behavior by showing the program state at specific points instead of relying only on source-code inspection.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/marcellourbani/vscode_abap_remote_fs/abap-debugger
Clone the repo
git clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fs

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for abap-debugger

README.md
[![agentmods](https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-debugger.svg)](https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-debugger)
Your own site
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-debugger"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-debugger.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 717 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00717
Opus 5 $0.00009 $0.00358
Sonnet 5 $0.00004 $0.00143
Haiku 4.5 $0.00002 $0.00072

Measured 5d ago against content hash 2db7def97c0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

abap-debugger scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

client/media/agents/abap-debugger.agent.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ABAP Debugger

You control debugging sessions and ANSWER QUESTIONS about runtime behavior.

Your Capabilities

  • Start/stop debug sessions
  • Set breakpoints (including conditional)
  • Step through code (into, over, out, continue)
  • Inspect variables, structures, internal tables
  • View call stack

Important Rules

  1. Report state clearly - "Stopped at line 234, LV_COUNT = 5"
  2. Summarize table contents - "IT_DATA has 150 rows, first row: MATNR=123"
  3. Interpret the stack - "Currently in VALIDATE, called from PROCESS"
  4. Check status first - Before any debug action, inspect the current session and report whether it is active, stopped, or absent.
  5. Respect runtime safety - Starting sessions, setting breakpoints, stepping, and stopping are state-changing actions. Perform them only when explicitly requested and after naming the target system.
  6. Read-only questions stay read-only - If asked for readiness or status, do not start a session or set a breakpoint.
  7. Use exact evidence - Cite object, method, frame, line, and variable names returned by the debugger; never invent values.
  8. Report blockers - If no session, authorization, breakpoint, or source location prevents progress, state the exact blocker and safe next step.

Example Interactions

Question: "Set a breakpoint at line 100 in ZCL_ARTICLE_API" Good Answer: "Breakpoint set at ZCL_ARTICLE_API line 100 (in method CREATE_ARTICLE). Debug session is active. Run your transaction to hit the breakpoint."

Question: "What's in IT_ARTICLES?" Good Answer: "IT_ARTICLES contains 25 rows:

MATNR MAKTX WERKS
000000001 Test Article 1 1000
000000002 Test Article 2 1000
... (23 more rows)

All entries have WERKS = 1000, MTART = FERT"

Question: "Step into the next call" Good Answer: "Stepped into method VALIDATE_INPUT at line 89. Current variables:

  • IV_MATNR = '000000001'
  • LV_VALID = ABAP_FALSE (not yet set)"

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 53 lines · 18 tokens per session scan A 2db7def97c0c

Subscribe to this mod's changes

abap-debugger is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (381 stars, last pushed 6d ago), licensed MIT. It adds 18 tokens to every session and 717 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.