Extending Existing Plugins #2383
Answered
by
plafosse
recyclingben
asked this question in
API
-
I want to extend the existing Debugger plugin. Is there a simple API for accessing an installed plugin's context without having to create an entirely new plugin and copy all of the existing plugin's code into it? |
Beta Was this translation helpful? Give feedback.
Answered by
plafosse
Apr 21, 2021
Replies: 1 comment
-
No there isn't a simple API for accessing it. There are a few ways for doing this.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
recyclingben
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No there isn't a simple API for accessing it. There are a few ways for doing this.
debugger = sys.modules['Vector35_debugger']