Go - Writing and debugging fast, reliable and efficient software

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 23

  • @snotchy2
    @snotchy2 ปีที่แล้ว +1

    Prolly the most informative video I've seen

  • @yumdud3
    @yumdud3 2 ปีที่แล้ว

    Very informative!! Thank you for the video.

  • @annaishmukhametova
    @annaishmukhametova หลายเดือนก่อน

    why you did not mention about dlv app ? which is used for debugging and breakpoints?

  • @niteenautade
    @niteenautade ปีที่แล้ว

    Amazing content!

  • @TVHovna
    @TVHovna 3 ปีที่แล้ว +8

    That theme looks amazing 😱 mind sharing it?

    • @shachi-kun2275
      @shachi-kun2275 3 ปีที่แล้ว

      Dark contrast, comes with vscode itself

    • @nagarajansubramani
      @nagarajansubramani 3 ปีที่แล้ว +2

      High Contrast. It comes included with VS Code. You could also alternatively check out 'Monokai Charcoal High Contrast' and 'Nicer High Contrast'.

  • @weisanpang7173
    @weisanpang7173 2 ปีที่แล้ว

    Hi @Visual Studio Code,
    How to run specific test in Go test files in debug mode ?
    When I ran it using the "debug test" option, it complaint that the imported packages cannot be found in gopath and goroot, even though I already set go111module = on in launch.json.
    I was able to get it to run by clicking the "run" icon at the top of the run and debug window, but then it ran everything instead of specific test function.

  • @RyanPhung725
    @RyanPhung725 3 ปีที่แล้ว +1

    Awesome video!

  • @tarunkrishnan1822
    @tarunkrishnan1822 3 ปีที่แล้ว

    This is gonna seem odd, but how do you get variable names to format in the way that it is in the struct at 12:41, specifically in line 42 to 47.

  • @rafae5902
    @rafae5902 ปีที่แล้ว

    Please fix that bug that happens when you try to debug the same piece of code in different thread. It says that you have to press "continue" or else it will stop debugging.
    It's really annoying.

    • @user72974
      @user72974 6 หลายเดือนก่อน

      This would be better as a bug report on the extension's GitHub repo instead of a comment here on TH-cam.

  • @edersilvarodrigues
    @edersilvarodrigues 3 ปีที่แล้ว +1

    Obrigado 👏👏👏👏👏👏👏

  • @pravinkotwani6509
    @pravinkotwani6509 3 ปีที่แล้ว

    Helpful!!

  • @alok_giri
    @alok_giri 3 ปีที่แล้ว

    What about compiler? Why don't you integrate c/c++ compiler

    • @code
      @code  3 ปีที่แล้ว +1

      There are extensions for C/C++ too! Check this out: code.visualstudio.com/docs/languages/cpp

    • @alok_giri
      @alok_giri 3 ปีที่แล้ว +1

      @@code during the installation of vscode you should give link option and ask to user wheather want to install any compiler/interpreter

    • @alok_giri
      @alok_giri 3 ปีที่แล้ว

      @@code are you available in chrome os

    • @code
      @code  3 ปีที่แล้ว

      @@alok_giri Yes! The new "Getting started" experience does give recommendations based on what programming language you use. See: th-cam.com/video/g_DrpYwcRF4/w-d-xo.html
      And yes, you can use VS Code on Chrome OS through Crostini (the built-in Linux subsystem): code.visualstudio.com/blogs/2020/12/03/chromebook-get-started

    • @alok_giri
      @alok_giri 3 ปีที่แล้ว

      @@code what's the procedure and steps to install vscode on chrome os? Demo video plz 🙏

  • @kusumo1920
    @kusumo1920 2 ปีที่แล้ว

    The topic is good but it will be great if she can control her nervousness so that topic she brought became more understandable to audiences.

  • @ashutoshparmar4917
    @ashutoshparmar4917 2 ปีที่แล้ว

    Very basic...
    Also it do not explain how to configure debug profiles...