Tsoj Tsoj
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
Created How to load classes from other plugins?
AnsweredI am writing a plugin (lets call it Plugin_M) that should load specific classes from other additional plugins (that work as extensions to the plugin I am working on). My plugin Plugin_M works, with... -
Created How to set breakpoints with line and filepath
AnsweredI am developing a plugin. I have the filename and a line number which I want to use to set a breakpoint in the program corresponding to that file (like I can do it as a use by clicking on the left ...