VBScript-vscode icon indicating copy to clipboard operation
VBScript-vscode copied to clipboard

VBScript debugger

Open Luncher91 opened this issue 8 years ago • 10 comments

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 avatar Sep 18 '17 15:09 Luncher91

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.

Luncher91 avatar Nov 19 '17 20:11 Luncher91

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

bhimsunnyraj-bolluru avatar May 03 '18 20:05 bhimsunnyraj-bolluru

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 ;-)

Luncher91 avatar May 05 '18 19:05 Luncher91

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..

bhimsunnyraj-bolluru avatar May 07 '18 04:05 bhimsunnyraj-bolluru

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.

Luncher91 avatar May 14 '18 19:05 Luncher91

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

FreZZZeR-I avatar May 24 '19 13:05 FreZZZeR-I

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 [email protected] 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 .

bhimsunnyraj-bolluru avatar May 24 '19 17:05 bhimsunnyraj-bolluru

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.

bmix avatar Feb 22 '20 20:02 bmix

excuse me, how to install it in VSCode

mooonkit avatar Jun 30 '20 01:06 mooonkit

@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

Luncher91 avatar Aug 03 '20 16:08 Luncher91