{
    "content": [
        {
            "type": "text",
            "text": "# Test::Unit::Debug (perldoc)\n\n## NAME\n\nTest::Unit::Debug - framework debugging control\n\n## SYNOPSIS\n\npackage MyRunner;\nuse Test::Unit::Debug qw(debugtofile debugpkg);\ndebugtofile('foo.log');\ndebugpkg('Test::Unit::TestCase');\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **ROUTINES**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Test::Unit::Debug",
        "section": "",
        "mode": "perldoc",
        "summary": "Test::Unit::Debug - framework debugging control",
        "synopsis": "package MyRunner;\nuse Test::Unit::Debug qw(debugtofile debugpkg);\ndebugtofile('foo.log');\ndebugpkg('Test::Unit::TestCase');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "ROUTINES",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test::Unit::Debug - framework debugging control\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "package MyRunner;\n\nuse Test::Unit::Debug qw(debugtofile debugpkg);\n\ndebugtofile('foo.log');\ndebugpkg('Test::Unit::TestCase');\n",
                "subsections": []
            },
            "ROUTINES": {
                "content": "debugtofile($file)\nSwitch debugging to $file.\n\ndebugtostderr()\nSwitch debugging to STDERR (this is the default).\n\ndebugpkg($pkg)\nEnable debugging in package $pkg.\n\ndebugpkgs(@pkgs)\nEnable debugging in the packages @pkgs.\n\ndebugpkg($pkg)\nEnable debugging in package $pkg.\n\ndebugpkgs(@pkgs)\nDisable debugging in the packages @pkgs.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see Test::Unit or the AUTHORS file\nincluded in this distribution).\n\nAll rights reserved. This program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Test::Unit\n",
                "subsections": []
            }
        }
    }
}