Interactive debugger for the script engine of Pokémon Mystery Dungeon Explorers of Sky (EU/US)
Find a file
2026-08-12 02:10:25 +02:00
.github Fix Type Checks + Bump explorerscript (#155) 2025-11-13 02:57:51 +01:00
skytemple_ssb_debugger Move after load invocation (#157) 2026-08-12 02:10:25 +02:00
.gitignore First basic working version 2020-04-06 19:25:18 +02:00
LICENSE First basic working version 2020-04-06 19:25:18 +02:00
MANIFEST.in Migrate to pyproject.toml (#109) 2023-09-29 19:38:07 +02:00
mypy.ini Add PyGObject typestubs 2023-09-08 11:56:24 +02:00
pyproject.toml Remove Para mentions (#154) 2025-10-19 12:46:02 +02:00
README.rst 1.8.0 2024-08-04 12:23:22 +02:00
requirements.txt Fix Type Checks + Bump explorerscript (#155) 2025-11-13 02:57:51 +01:00

|logo|

SkyTemple Script Engine Debugger
================================

|build| |pypi-version| |pypi-downloads| |pypi-license| |pypi-pyversions| |discord|

.. |logo| image:: https://raw.githubusercontent.com/SkyTemple/skytemple-ssb-debugger/master/skytemple_ssb_debugger/data/icons/hicolor/256x256/apps/skytemple-debugger.png

.. |build| image:: https://img.shields.io/github/actions/workflow/status/SkyTemple/skytemple-ssb-debugger/build-test-publish.yml
    :target: https://pypi.org/project/skytemple-ssb-debugger/
    :alt: Build Status

.. |pypi-version| image:: https://img.shields.io/pypi/v/skytemple-ssb-debugger
    :target: https://pypi.org/project/skytemple-ssb-debugger/
    :alt: Version

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/skytemple-ssb-debugger
    :target: https://pypi.org/project/skytemple-ssb-debugger/
    :alt: Downloads

.. |pypi-license| image:: https://img.shields.io/pypi/l/skytemple-ssb-debugger
    :alt: License (GPLv3)

.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/skytemple-ssb-debugger
    :alt: Supported Python versions

.. |discord| image:: https://img.shields.io/discord/710190644152369162?label=Discord
    :target: https://discord.gg/skytemple
    :alt: Discord

Debugger and code editor for the Script Engine of Pokémon Mystery Dungeon Explorers of Sky.

To run, you need GTK3 and GtkSourceView 4. Please see SkyTemple_ repository for more info.

.. _SkyTemple: https://github.com/SkyTemple/skytemple