{
    "@context": [
        "https:\/\/doi.org\/doi:10.5063\/schema\/codemeta-2.0",
        "http:\/\/schema.org"
    ],
    "@type": "SoftwareSourceCode",
    "name": "Debugging Spy",
    "description": "A tool to spy on debugging actions for research experiments done with Pharo.",
    "dateCreated": "2024-12-29",
    "datePublished": "2024-12-29",
    "license": [
        "MIT License"
    ],
    "url": "https:\/\/hal.science\/hal-04858378",
    "identifier": [
        {
            "@type": "hal",
            "propertyID": "https:\/\/hal.science\/hal-04858378",
            "value": "hal-04858378"
        },
        {
            "@type": "swhid",
            "propertyID": "https:\/\/archive.softwareheritage.org\/swh:1:dir:0f63d67301c0ad3174d17c89a13b52e595837877;origin=https:\/\/github.com\/Pharo-XP-Tools\/DebuggingSpy;visit=swh:1:snp:ae7703ee9ee6f77eb10697b7d9fdf90678a768a0;anchor=swh:1:rev:fbec9a14cbdaa478f498196c0f993062441ef3ae",
            "value": "swh:1:dir:0f63d67301c0ad3174d17c89a13b52e595837877;origin=https:\/\/github.com\/Pharo-XP-Tools\/DebuggingSpy;visit=swh:1:snp:ae7703ee9ee6f77eb10697b7d9fdf90678a768a0;anchor=swh:1:rev:fbec9a14cbdaa478f498196c0f993062441ef3ae"
        }
    ],
    "applicationCategory": [
        "info.info-se"
    ],
    "keywords": [
        "Debug",
        "Software instrumentation"
    ],
    "codeRepository": "https:\/\/github.com\/Pharo-XP-Tools\/DebuggingSpy",
    "programmingLanguage": [
        "Pharo"
    ],
    "runtimePlatform": [
        "Pharo"
    ],
    "operatingSystem": [
        "Windows, MacOS, Linux"
    ],
    "version": "1",
    "softwareVersion": "1.0",
    "dateModified": "2025-09-16",
    "developmentStatus": "Active",
    "author": [
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0003-2787-5432"
                ],
                "givenName": "Steven",
                "familyName": "Costiou",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "EVREF"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": null,
                "givenName": "Adrien",
                "familyName": "Van\u00e8gue",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "EVREF"
                    },
                    {
                        "@type": "Organization"
                    }
                ]
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "givenName": "Steven",
            "familyName": "Costiou"
        }
    ]
}