ワンクリックで
vapor-debug
Use when debugging Rue Vapor / Wasm failures, especially unreachable traps, stale wasm stacks, or runtime-vapor rendering issues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when debugging Rue Vapor / Wasm failures, especially unreachable traps, stale wasm stacks, or runtime-vapor rendering issues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
当需要在编码前创建或更新实施计划时使用,尤其适用于多步骤功能开发、重构、包含多个活动部件的缺陷修复,或需要拆分为可独立执行并跟踪进度的任务文件的请求。
在创建、精简或改写技能说明,且需要让技能更清晰、可发现、可执行时使用
当你有书面实现计划需要在单独会话中执行,并带有审查检查点时使用
通过 `rustcodegraph` 命令行界面使用 RustCodeGraph 理解、导航或脚本化操作已索引代码库。当用户要求使用 RustCodeGraph、需要高性能搜索检索代码、需要符号/源码/调用流上下文、调用方/被调用方/影响分析或受影响测试选择时使用。
Use when generating Rue components, hooks, pages, examples, migrations, or when comparing Rue with Vue 3 and React.
Use when migrating away from legacy compat helpers, checking for removed compat symbols, or validating Renderable-first cleanup work in Rue.
| name | vapor-debug |
| description | Use when debugging Rue Vapor / Wasm failures, especially unreachable traps, stale wasm stacks, or runtime-vapor rendering issues. |
Arguments:
Use this skill when the issue points to runtime-vapor, Wasm stack traces, RuntimeError: unreachable, RueWasmTrapError, or Vapor-specific rendering failures.
| File | Purpose |
|---|---|
scripts/runtime-vapor-addr2line.js | Decode wasm offsets back to source frames |
packages/runtime/src/hooks/useError.ts | Rewrites raw unreachable traps into actionable Rue diagnostics |
packages/runtime/__tests__/useError.browser.spec.ts | Browser-side expectations for Vapor trap reporting |
packages/runtime/__tests__/runtimeVapor.unreachableBoundary.spec.ts | Runtime-level unreachable trap handling |
RuntimeError: unreachable or already a RueWasmTrapError?0x2547b?rue-design code?packages/runtime/src/hooks/useError.ts.pnpm run runtime-vapor-addr2line -- 0x2547b 0x39e4bpnpm run runtime-vapor-addr2line -- --stack "<stack text>"pnpm run runtime-vapor-addr2line -- --stack-file ./stack.txtrue-design source, check whether /* RUE_VAPOR_TRANSFORMED */ is missing and causing double Vapor transforms.wasm-tools must be installed for addr2line supportpackages/runtime-vapor/pkg/*.wasm buildRueWasmTrapError as the root cause instead of the rewritten diagnostic shellpkg output instead of source Rust / TS code