Access PyCharm Debugger to visualize Images from Python lists
Answered
Hello everyone,
I have some questions regarding my work on plugin development for PyCharm. I'm currently working on the following tasks:
1. Establishing a persistent connection with web services to interact with other devices and store status information internally.
2. Accessing the debugger information in PyCharm to visualize arrays as images.
I've explored LivePlugin as a potential alternative, and I've written some code snippets in Kotlin. I would greatly appreciate your suggestions for these tasks in PyCharm. Should I create a new plugin from scratch, or are there existing plugins that can be reused for these purposes?
Thank you.
Please sign in to leave a comment.
Hi Muhammad,
Looking at your requirements, I would go with a regular plugin, as the use cases seem quite complex.
@Karol Lewandowski would you please share your recommendations for these use cases for writing this plugin?
I have checked Jetbrains code samples for Kotlin.
Hi Muhammad,
I suggest creating new posts with use cases described in detail and specific questions.