You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Invalidate the syntax in debugging.py, e.g. by adding invalid_syntax somewhere within the file.
Run the script again.
Now the script runs as if debugging.py had not changed. More annoyingly, in order to fix bugs in submodules I need to restart Ghidra every time I make a change. I have observed a more expected behaviour before I installed Ghidrathon.
Setup: Windows 10, Ghidra 11.0.3, Ghidration 4.0.0, Python 3.12
Hello,
sorry if this is a beginner question, but this looks like a bug to me.
Steps to reproduce:
example.py.ghidra_utils) and create a file in there, e.g.debugging.py.debugging.py, e.g. by addinginvalid_syntaxsomewhere within the file.Now the script runs as if
debugging.pyhad not changed. More annoyingly, in order to fix bugs in submodules I need to restart Ghidra every time I make a change. I have observed a more expected behaviour before I installed Ghidrathon.Setup: Windows 10, Ghidra 11.0.3, Ghidration 4.0.0, Python 3.12
Thanks in advance for looking at this!