The Basics of Debugging Your Code in IntelliJ - Java Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2023
  • In this video, we'll talk about how to debug your Java code using IntelliJ's builtin debugger. Being able to navigate a debugger effectively is a great skill to have and will make you way more productive. Hope you like the video!
    My name is Will Tollefson! I'm here to teach you key skills that will help you land your first programming job or stay current and competitive for those promotions in your current job. Subscribe to my channel and I'll help you grow in your programming skills, and make your career soar!
    Join me to learn computer programming in an easy to learn way, with a teacher who isn't talking over your head. Or sounds like this. But instead explains things in a way you can understand.
    I'm a software engineer in industry who has been coding for over a decade now and my motto is Never Stop Learning. I can give you insight into skills that employers actually care about as in addition to being a programmer I also have hired software engineers.
    Ring that notification bell so you never miss fresh content that just might help you with your current programming bug.
    I have experience with various types of programming such as mobile phone apps, scientific computational modeling, and embedded communications systems, to name a few, and I've worked on teams ranging from one to over one hundred programmers.
    The content I'm offering you is free, self paced, and practical for computer programming jobs. I'll teach you skills you need to be competitive.
    Let's dive into programming concepts like algorithms and data structures that are mostly language agnostic.
    If you've got ideas of topics or a programming dilemma you want me to cover, drop me a comment! I'll be efficient with your time so without further ado, let's get to it!

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

  • @vd-ösnd
    @vd-ösnd 5 วันที่ผ่านมา +2

    Thanks a lot ! The best simple explanation I found about how to start debugging in Java. Clear, concise, straight to the point!

    • @willtollefson
      @willtollefson  5 วันที่ผ่านมา

      Glad to hear you liked it! Debuggers can be very useful for sure

  • @matthewlewington2470
    @matthewlewington2470 หลายเดือนก่อน +3

    How have i been missing this for years of my life

  • @zomssingh8744
    @zomssingh8744 5 หลายเดือนก่อน +7

    Thank you so much, you have explained it in a very simple way. I had checked many videos but they had made it very complex. Thank you once again

    • @willtollefson
      @willtollefson  5 หลายเดือนก่อน +2

      You're welcome! Glad to hear this was helpful for you

  • @DenaTollefson
    @DenaTollefson 9 หลายเดือนก่อน +6

    Fantastic tutorial for how to use the IntelliJ Debugger, Will! You have awesome examples. I like how you show alternatives to the common use of tossing print statements around in code- this is a much better way of troubleshooting

    • @willtollefson
      @willtollefson  9 หลายเดือนก่อน +3

      Thanks! Its always surprising to me that there isn't more focus in tutorials about code debugging tips

  • @thomasszkoda948
    @thomasszkoda948 5 หลายเดือนก่อน +5

    Thanks for sharing your insight, Will! I am a beginner Java programmer and I honestly didn't know how to use the debugger, so I didn't touch it. But, after watching your video, I want to use it more often. Keep up the good work!

    • @willtollefson
      @willtollefson  5 หลายเดือนก่อน +3

      Thanks for the feedback! I did the same thing when I was learning Java initially and am glad I decided to take the plunge on learning about debuggers :)

  • @malloryranae8069
    @malloryranae8069 8 หลายเดือนก่อน +4

    Great video, Will! Good tools like IntelliJ really help with the debugging process

    • @willtollefson
      @willtollefson  8 หลายเดือนก่อน +2

      Agreed, tools like a good IDE can really make a difference!

  • @UmaVatsan
    @UmaVatsan 15 วันที่ผ่านมา +1

    Perfect !!!

  • @andresj.s.3568
    @andresj.s.3568 3 หลายเดือนก่อน +3

    great video. was able to understand in minutes what i was struggeling to understand since months :D

    • @willtollefson
      @willtollefson  3 หลายเดือนก่อน +1

      Awesome, glad to hear this was helpful!

  • @user-np1yd1vh5q
    @user-np1yd1vh5q 4 หลายเดือนก่อน +4

    Thank you so much

  • @gandamraviteja7019
    @gandamraviteja7019 3 หลายเดือนก่อน +1

    Thank you so much Great video
    Good work brother

  • @rahul88090
    @rahul88090 4 หลายเดือนก่อน +4

    Nice tutorial brother i am from India

    • @willtollefson
      @willtollefson  4 หลายเดือนก่อน +2

      Thanks - glad to hear you liked the tutorial!

  • @GuruPrasadShukla
    @GuruPrasadShukla 3 หลายเดือนก่อน +2

    great video man highly appreciated
    great work thanks!

    • @willtollefson
      @willtollefson  3 หลายเดือนก่อน +1

      You're welcome. Happy to hear that it helped!

  • @vishaljain2869
    @vishaljain2869 3 หลายเดือนก่อน +1

    Tahnk you so much, Will! Great video

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

      You bet, glad you liked the video!

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

    you save my life

  • @seeyouagainv
    @seeyouagainv 2 หลายเดือนก่อน +1

    Thanks a lot ❤ I used to rely on logging and print statement 😅

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

      Same here - print statements used to be my only debugging method initially

  • @KianBrose
    @KianBrose 2 หลายเดือนก่อน +2

    After years of using print statements, finally get to use the debugger