Tsoj Tsoj
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
Tsoj Tsoj created a post, AnsweredHow to load classes from other plugins?
I 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... -
-
Tsoj Tsoj created a post, AnsweredHow to set breakpoints with line and filepath
I 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 ...