diff --git a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py index 3132436c84..4be21167c8 100644 --- a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py +++ b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py @@ -56,7 +56,6 @@ def main(): try: import ghidradbg except Exception as e: - print(e) exit(253) from ghidradbg import commands as cmd from pybag.dbgeng import core as DbgEng diff --git a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py index 320ca19c50..e8e4671b56 100644 --- a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py +++ b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py @@ -59,7 +59,6 @@ def main(): try: import ghidradbg except: - print(e) exit(253) from ghidradbg import commands as cmd from pybag.dbgeng import core as DbgEng