Extending A Debugger Config
Just trying to figure out if there is a way to extend a dubbuger configuration to make a new one with a few thigns overridden or added.
Im working on a PyCharm plugin to provide better intergeration for a app im working with, and want to extend the Remote Python Debugger, to do a few extra things after the debug server running.
Please sign in to leave a comment.
Yes, this is possible. You can extend PyRemoteDebugConfiguration and possibly also PyRemoteDebugCommandLineState. Those classes are not open-source, though.
See here for some documentation on run configurations: https://confluence.jetbrains.com/display/IDEADEV/Run+Configurations