Hi FichteFoll:
I’m familiar with C#, VB.net, VBScript, Java and some Javascript. A majority of my work is in VB based applications and we have a need for an editor much like Sublime Text. For VBScripts we have been using VBSedit, which is the best and logical application. It compiles, debugs, the whole gambit. HOWEVER, our company will no longer support using it and is pushing us to use Sublime Text, which is well and good, but now we have to customize it
There in-lies the issue. So, I’m trying to learn the how to put this debugger together and then we can use this application. There is a huge hurdle 1) because I’m not familiar with Python and 2) because of this some documentation becomes presumptuous and vague because of my lack of familiarity.
Anyhow, I have no option but to make this work. Since I understand Java syntax, I thought that I may be able to translate what I need to do in emulating an existing debugger, but Python appears to be doing the work and not the Java… so I’m hindered some. I think I can snag a library related to VBScript, the issue is just getting it to interact and coding it correctly to do so.
Any further suggestions or thoughts are welcome. This isn’t the biggest hurdle I’ve ever faced, but as you said, “don’t let your dreams be dreams” and there is a need.
Thanks!!