Tsoj Tsoj
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 2
-
创建于 How 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... -
创建于 How 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 ...