Using Visual Studio code, coding vb.net, how can I start my program then enter debug mode?

Shodan

I need to make my development portable, I'm mostly used to just using excel as a vba IDE but I started making the switch to visual studio big edition

Unfortunately, installing VS big edition is far too heavy to ask of random IT departments wherever I go so I need to go portable, I'm switching to VS code

Lots of things are different but I miss this feature dearly, perhaps it is not in VS code at all ?

In well, VB6 IDE I could hit F5 and it would compile my exe and run it Then at any time I could his CTRL+BREAK to drop in debut mode.

I could see, what line was presently executing, I could move the cursor to a different place in the code. I could even edit the code, at least -some- things. I could hit F8 to execute only one step of code and I'm sure there were tons more feature to that debugger that I never learned (something about watch variables ?) oh yeah, and there was a console that I could just type code into and it would just execute it like it was part of the code like

print myvalue 

or

 getsession.findById("wnd[0]").sendVKey 0

It was wonderful, can I get this in VS Code ?

thanks !

Viggo Lundén

Visual Studio Code uses extensions to support debugging of different programming languages: https://code.visualstudio.com/docs/editor/debugging

However, if you're coding in VB, I highly suggest installing Visual Studio instead. It's worth the hassle.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I create a configuration entry to start server and debug Protractor tests in Visual Studio Code?

From Dev

How can I debug Python 3 code in Visual Studio Code?

From Dev

How can I debug my unity project using Visual Studio 2012?

From Dev

How can Visual Studio be set to debug a program as soon as that program is launched?

From Dev

How can I debug my code in DNN 7 using breakpoint

From Dev

How can I edit my code while debugging using Visual Studio?

From Dev

How can we debug ASP.NET MVC web application in Visual Studio Code?

From Dev

How can I enter visual mode *after* (or: to the right of) the cursor

From Dev

vb.net - Can i add the content of a txt to my program?

From Dev

How can I disable code signing for debug builds in Visual Studio 2013?

From Dev

ASP.Net Kestrel not loading up console from Visual Studio, how can I debug the issue?

From Dev

ASP.Net Kestrel not loading up console from Visual Studio, how can I debug the issue?

From Java

How can I debug my Quarkus application that is running in dev mode?

From Dev

Why doesn't Visual Studio debug my VB.NET application?

From Dev

Unable to start program C:\...\****.dll VB.net application Visual Studio 2015

From Dev

Unable to start program C:\...\****.dll VB.net application Visual Studio 2015

From Dev

Visual Studio: How can I get my test project to start the web project it depends on

From Dev

How can I debug Electron shell using the breakpad symbols in Visual Studio?

From Dev

How can I program and debug c code on Fedora?

From Dev

VSPackage development using C++, how do i initialize my package when start visual studio

From Dev

How can I debug this program?

From Dev

How to build OpenCV using Cmake/Visual Studio in Debug mode without Python debug library

From Dev

How to build OpenCV using Cmake/Visual Studio in Debug mode without Python debug library

From Dev

How can I debug dtsx in visual studio 2015?

From Dev

How to start tomcat using maven in debug mode

From Dev

How can I compile and run c# program without using visual studio?

From Dev

How can I run old VB Macros in recent Visual Studio?

From Dev

How can I optimize my code for my Spanish Translation Program?

From Dev

How can I debug my JavaScript code—in 2015?

Related Related

  1. 1

    How can I create a configuration entry to start server and debug Protractor tests in Visual Studio Code?

  2. 2

    How can I debug Python 3 code in Visual Studio Code?

  3. 3

    How can I debug my unity project using Visual Studio 2012?

  4. 4

    How can Visual Studio be set to debug a program as soon as that program is launched?

  5. 5

    How can I debug my code in DNN 7 using breakpoint

  6. 6

    How can I edit my code while debugging using Visual Studio?

  7. 7

    How can we debug ASP.NET MVC web application in Visual Studio Code?

  8. 8

    How can I enter visual mode *after* (or: to the right of) the cursor

  9. 9

    vb.net - Can i add the content of a txt to my program?

  10. 10

    How can I disable code signing for debug builds in Visual Studio 2013?

  11. 11

    ASP.Net Kestrel not loading up console from Visual Studio, how can I debug the issue?

  12. 12

    ASP.Net Kestrel not loading up console from Visual Studio, how can I debug the issue?

  13. 13

    How can I debug my Quarkus application that is running in dev mode?

  14. 14

    Why doesn't Visual Studio debug my VB.NET application?

  15. 15

    Unable to start program C:\...\****.dll VB.net application Visual Studio 2015

  16. 16

    Unable to start program C:\...\****.dll VB.net application Visual Studio 2015

  17. 17

    Visual Studio: How can I get my test project to start the web project it depends on

  18. 18

    How can I debug Electron shell using the breakpad symbols in Visual Studio?

  19. 19

    How can I program and debug c code on Fedora?

  20. 20

    VSPackage development using C++, how do i initialize my package when start visual studio

  21. 21

    How can I debug this program?

  22. 22

    How to build OpenCV using Cmake/Visual Studio in Debug mode without Python debug library

  23. 23

    How to build OpenCV using Cmake/Visual Studio in Debug mode without Python debug library

  24. 24

    How can I debug dtsx in visual studio 2015?

  25. 25

    How to start tomcat using maven in debug mode

  26. 26

    How can I compile and run c# program without using visual studio?

  27. 27

    How can I run old VB Macros in recent Visual Studio?

  28. 28

    How can I optimize my code for my Spanish Translation Program?

  29. 29

    How can I debug my JavaScript code—in 2015?

HotTag

Archive