Luncher91 / VBScript-vscode

A vscode extension for VBScript language support
MIT License
20 stars 5 forks source link

VBScript debugger #3

Open Luncher91 opened 6 years ago

Luncher91 commented 6 years ago

I would like to see vscode debugging VBScript code. The API on the script host side is documented here:

https://docs.microsoft.com/en-us/scripting/winscript/active-script-debugging-overview

I would appreaciate any help or contributions on this topic.

Luncher91 commented 6 years ago

I started to abstract the Active Script Debugging interface for C# to then adapt to vscode. For the C# abstraction I am using the interface definitions by https://github.com/tpn/winsdk-10 .

I will post an update as soon as there are any actual results which can be used in vscode.

bhimsunnyraj-bolluru commented 6 years ago

Hi Team, Looking forward to using the VBScript debugger. request you to please update when it will be available

Luncher91 commented 6 years ago

Hi, thank you for the feedback. I will do my best to provide some debugging functionality son. But please keep in my that I cannot gurantee anything since the plugin is just a hobby project ;-)

bhimsunnyraj-bolluru commented 6 years ago

Thanks a lot for the update. I am beginner in python but I have good programming skill on vb.net if possible can I also help in building the debugger. Thanks again and wishing you very best for future..

Luncher91 commented 6 years ago

I have uploaded my current version of the abstraction layer for the Active Script Debugging API: https://github.com/Luncher91/ActivDbgNET feel free to contribute.

FreZZZeR-I commented 5 years ago

Hello! Can you tell me about debugger development status? Thx

bhimsunnyraj-bolluru commented 5 years ago

Ohh my sorry I didn’t do anything after we met I didn’t got time with my job. I need guidance I can definitely want to built plz help me out.

On Fri, May 24, 2019 at 6:58 AM Igor notifications@github.com wrote:

Hello! Can you tell me about debugger development status? Thx

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Luncher91/VBScript-vscode/issues/3?email_source=notifications&email_token=AJIFNK4KD7CBHXJH6GNQK6DPW7YB7A5CNFSM4D3MKXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWFOE5Y#issuecomment-495641207, or mute the thread https://github.com/notifications/unsubscribe-auth/AJIFNK25G476DYX3XNMPYNLPW7YB7ANCNFSM4D3MKXGQ .

bmix commented 4 years ago

Could this be used for JScript debugging, too? Or, in that case, for any ActiveScripting engine's debugging? I ask, because I am doing some minor WSC development in VSCode and would be happy, if I could use a debugger, by times.

mooonkit commented 4 years ago

excuse me, how to install it in VSCode

Luncher91 commented 4 years ago

@bhimsunnyraj-bolluru If you want to build the ActivDbgNET project and have issues with that, please open another issue over there, so we can discuss your problems more deeply. @bmix debugging is currently not possible, neither for vbscript nor for Jscript. For debugging VBScript: that is the ActivDbgNET project for. @mooonkit Please have a look at issue #15