Beginners Guide to Rust code compilation and debugging in VSCode IDE

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 11

  • @DiekiKondrael
    @DiekiKondrael Год назад +2

    Hey, you fixed the problem with audio only coming out of the left channel! I appreciate it.

    • @650AILab
      @650AILab  Год назад +1

      You're so welcome! Yes, I changed the audio system and it worked. I am glad you liked the video.

  • @user-xs7yd6qk6m
    @user-xs7yd6qk6m 7 месяцев назад

    Great step-by-step video, which gives a functional setup. Thank you !

  • @romanhar4151
    @romanhar4151 10 месяцев назад +1

    Thank you very much. This is now my start on RUST 🙂

  • @NLxDoDge
    @NLxDoDge 8 месяцев назад

    My god why was this so hard to get right, I cannot thank you enough :D

  • @user-cm4ce5fh4q
    @user-cm4ce5fh4q 4 месяца назад

    THANK

  • @natlandry6481
    @natlandry6481 Год назад

    Awesome!

  • @ishanvardhan9555
    @ishanvardhan9555 Год назад +3

    How do you pass command line argument while debugging?

    • @650AILab
      @650AILab  Год назад +1

      First you need to add the CodeLLDB.
      Then you will have launch.json.
      Looking for "type": "lldb" section in the launch.json
      in the "cargo" > ""args" section you will find an array where you can add your own parameters along with the existing params.

  • @zxh1109
    @zxh1109 9 месяцев назад

    Thank you sir, i have a problem i can't hitting any breakpoints. the debug terminal output something bad code ,and clear .then over .
    Console is in 'commands' mode, prefix expressions with '?'.
    Launching: /Users/xh/Desktop/code/a_test_project/target/debug/a_test_project
    Launched process 19615
    Process exited with code -1.
    i had install R-a,codelldb,and rust runtime. what should i do.

  • @ravichandraofficial2935
    @ravichandraofficial2935 Год назад

    are you an employee in google/amazon!?, because you are focusing on rust that many others don't know about this futuristic language.