Ghidra:如何在eclipse上调试python脚本?

Ghidra:如何在eclipse上调试python脚本?,eclipse,Eclipse,我在Eclipse中安装了GhidraDev,在python脚本中设置了一个断点并开始调试。 但是当我运行脚本时,它没有在断点处停止。 默认情况下,调试包含Ghidra的脚本成功。 如何调试自己的python脚本? eclipse日志: INFO Using log config file: jar:file:/C:/Ghidra/ghidra_9.1.2_PUBLIC/Ghidra/Framework/Generic/lib/Generic.jar!/generic.log4j.xml (L

我在Eclipse中安装了GhidraDev,在python脚本中设置了一个断点并开始调试。
但是当我运行脚本时,它没有在断点处停止。
默认情况下,调试包含Ghidra的脚本成功。
如何调试自己的python脚本?

eclipse日志:

INFO  Using log config file: jar:file:/C:/Ghidra/ghidra_9.1.2_PUBLIC/Ghidra/Framework/Generic/lib/Generic.jar!/generic.log4j.xml (LoggingInitialization)  
INFO  Using log file: C:\Users\UserName\.ghidra\.ghidra_9.1.2_PUBLIC\application.log (LoggingInitialization)  
INFO  Loading user preferences: C:\Users\UserName\.ghidra\.ghidra_9.1.2_PUBLIC\preferences (Preferences)  
INFO  Class search complete (924 ms) (ClassSearcher)  
INFO  Initializing SSL Context (SSLContextInitializer)  
INFO  Initializing Random Number Generator... (SecureRandomFactory)  
INFO  Random Number Generator initialization complete: SHA1PRNG (SecureRandomFactory)  
INFO  Trust manager disabled, cacerts have not been set (ApplicationTrustManagerFactory)  
INFO  User UserName started Ghidra. (GhidraRun)  
INFO  Opening project: C:\Users\UserName\Documents\ghidra\test_project (DefaultProject)  
INFO  Packed database cache: C:\Users\UserName\AppData\Local\Ghidra\packed-db-cache (PackedDatabaseCache)  
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$2 (file:/C:/Ghidra/ghidra_9.1.2_PUBLIC/Ghidra/Framework/Generic/lib/cglib-nodep-2.2.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release