Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

debug-with-tracepoint

النجوم٣٥
التفرعات٤
آخر تحديث٢٤ يوليو ٢٠٢٦ في ٢١:١٩

Use when you need to know what a Ruby/Rails code path actually did at runtime - which methods ran, what arguments they got, what each one returned, and where an exception was first raised. Reach for this before adding puts/Rails.logger lines or reading call sites by hand, and whenever a value is wrong but you cannot tell which method produced it.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly