Replies: 2 comments 21 replies
-
Hmmm, I just tested your setup and didn't have an issue. I did the following:
Can you try debugging a script that ships with Ghidra, like python_basics.py? Perhaps there is an issue with adding new script folders to the Script Manager... |
Beta Was this translation helpful? Give feedback.
6 replies
-
I'm having the same problem? is there a solution for this issue yet? workarounds in #2713 and #1707 won't work for me too. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a heck of a time being able to get the Eclipse PyDev debugger to catch any kind of breakpoint in a Ghidra Python script, both on macOS and Linux (Ubuntu 20). I have attempted the workarounds in #2713 and #1707 with no luck. Both environments are running Ghidra 9.2.3, with the bundled GhidraDev and PyDev 8.1.0 plugins installed, following the process in
GhidraDev_README.html
. Eclipse seems to find the packaged Jython.My process has been:
Is there a start-to-finish guide anywhere for configuring Eclipse to debug a simple Python script? I must be missing something incredibly simple in my configuration or process. In both environments, the script just completes.
Beta Was this translation helpful? Give feedback.
All reactions