LICENSE
README.md
setup.py
roma_debug/__init__.py
roma_debug/config.py
roma_debug/main.py
roma_debug/prompts.py
roma_debug/server.py
roma_debug.egg-info/PKG-INFO
roma_debug.egg-info/SOURCES.txt
roma_debug.egg-info/dependency_links.txt
roma_debug.egg-info/entry_points.txt
roma_debug.egg-info/requires.txt
roma_debug.egg-info/top_level.txt
roma_debug/core/__init__.py
roma_debug/core/engine.py
roma_debug/core/models.py
roma_debug/parsers/__init__.py
roma_debug/parsers/base.py
roma_debug/parsers/python_ast_parser.py
roma_debug/parsers/registry.py
roma_debug/parsers/traceback_patterns.py
roma_debug/parsers/treesitter_parser.py
roma_debug/tracing/__init__.py
roma_debug/tracing/call_chain.py
roma_debug/tracing/context_builder.py
roma_debug/tracing/dependency_graph.py
roma_debug/tracing/error_analyzer.py
roma_debug/tracing/import_resolver.py
roma_debug/tracing/project_scanner.py
roma_debug/utils/__init__.py
roma_debug/utils/context.py
tests/__init__.py
tests/test_context.py
tests/test_engine.py
tests/test_parsers.py
tests/test_project_scanner.py
tests/test_traceback_patterns.py
tests/test_tracing.py