HOME > Development > Learn Java Debugging using VS Code

Learn Java Debugging using VS Code

  • Development
  • Mar 19, 2025
SynopsisLearn Java Debugging using VS Code, available at $54.99, has...
Learn Java Debugging using VS Code  No.1

Learn Java Debugging using VS Code, available at $54.99, has an average rating of 4.95, with 61 lectures, based on 15 reviews, and has 173 subscribers.

You will learn about Basic and advanced setup and configuration is VS Code to run and debug Java applications Learn all the required skills to debug any Java application using VS Code (Visual Studio Code) Master the techniques to quickly find out the root cause of the bug in a Java program Time-saving tips on how to efficiently debug and troubleshoot java programs with VS Code (Visual Studio Code) This course is ideal for individuals who are Any working professional/student working in Java It is particularly useful for Any working professional/student working in Java.

Enroll now: Learn Java Debugging using VS Code

Summary

Title: Learn Java Debugging using VS Code

Price: $54.99

Average Rating: 4.95

Number of Lectures: 61

Number of Published Lectures: 61

Number of Curriculum Items: 61

Number of Published Curriculum Objects: 61

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Basic and advanced setup and configuration is VS Code to run and debug Java applications
  • Learn all the required skills to debug any Java application using VS Code (Visual Studio Code)
  • Master the techniques to quickly find out the root cause of the bug in a Java program
  • Time-saving tips on how to efficiently debug and troubleshoot java programs with VS Code (Visual Studio Code)
  • Who Should Attend

  • Any working professional/student working in Java
  • Target Audiences

  • Any working professional/student working in Java
  • VS Code (Visual Studio Code)is quickly becoming of the most popular IDEs used for Java programming.
    This course is an entirely hands-on and an example-based comprehensive course, which would guide you to learn and master the essentials of Java Debugging using the popular VS Code (Visual Studio Code) Editor

    Powerful Debugging Skill at Your Fingertips

    Debugging Java applications can be a frustrating and time-consuming process, but it doesn’t have to be. With this comprehensive course on Java debugging with Visual Studio Code (VS Code), you’ll learn the tips, tricks, and best practices that experts use to quickly identify and solve bugs in their code.

    By the end of this course, you’ll have a deep understanding of Java debugging with Visual Studio Code, and be able to confidently troubleshoot and fix bugs in your own Java applications. Whether you’re a beginner or an experienced developer, this course will provide you with the skills and knowledge you need to take your debugging skills to the next level.

    Content and Overview

    The entire course is broken down into the following categories:

  • Basic Debugging Features

  • Advanced Debugging Features

  • Simple Debugging Problem Scenarios and Hands-on Solutions

  • Advanced Debugging Problem Scenarios and Hands-on Solutions

  • The Basic Debugging Features covered:

  • How to place breakpoints and run a program in debug mode

  • How to control the program flow during Java Debugging

  • Expression evaluation and Inspecting Variables

  • Edit variable values without changing code

  • Debugging Lambda and Stream based operations

  • Use of Step Filters in Java Debugging

  • Using Conditional Breakpoint

  • Using Exception Breakpoint

  • Breakpoint – Logpoints

  • Breakpoint – Data breakpoint

  • Run to Cursor

  • Debugging JUnit Test Cases

  • Local and Remote Debugging of Spring Boot Project

  • Hot Code Replace (HCR) during Debugging

  • Debugging Multi Module Spring Boot Maven Based Project

  • The Advanced Debugging Features covered:

  • Run and Debug Java Web Application in Tomcat using VS Code

  • Debug Spring Boot application in Docker using Dockerfile

  • Debug Spring Boot application in Docker using Docker Compose

  • Docker Installation in Windows 10

  • Run and Debug Java Web Application in Tomcat using VS Code

  • Run and Debug Java Web Application in Jetty Server using VS Code

  • Install Local Kubernetes Cluster with Docker Desktop

  • Debug in Local Kubernetes Cluster using Cloud Code Extension

  • How to create a GKE Cluster in GCP Cloud

  • How to Install Cloud Code Extension in VS Code

  • Debug in Remote GKE Cluster using Cloud Code Extension

  • Debug in Docker Container using Remote Development Extension Pack

  • The course initially starts with the basics of debugging and then slowly moves to the practical aspects of debugging with easy examples. Once the primary aspects are covered, the basic and advanced debugging features of VS Code are explained.

    The sections Practice Activities for Simple Debugging Problem Scenarios and Hands-on Solutionsand

    Practice Activities for Advanced Debugging Problem Scenarios and Hands-on Solutions is about sample problem solving on Debugging problem scenarios by applying the debugging skills you have learned from the course.

    By the end of this course, you will master the fundamentals needed for Debugging Java based applications using Visual Studio Code Editor.

    Course Curriculum

    Chapter 1: Getting Started

    Lecture 1: Course Overview

    Lecture 2: Udemy Tips (Important)

    Lecture 3: How To Go Through The Course (Important)

    Lecture 4: Source Code GitHub URL

    Chapter 2: Environment Setup

    Lecture 1: Install JDK On Windows

    Lecture 2: How to Install and Run Java Code in Visual Studio Code

    Lecture 3: How to import Maven Based Java Project in VS Code

    Chapter 3: Basic Debugging Features

    Lecture 1: How to place breakpoints and run a program in debug mode

    Lecture 2: How to control the program flow during Java Debugging

    Lecture 3: Expression evaluation and Inspecting Variables

    Lecture 4: Edit variable values without changing code

    Lecture 5: Debugging Lambda and Stream based operations

    Lecture 6: Use of Step Filters in Java Debugging

    Lecture 7: Using Conditional Breakpoint

    Lecture 8: Using Exception Breakpoint

    Lecture 9: Breakpoint – Logpoints

    Lecture 10: Breakpoint – Data breakpoint

    Lecture 11: Run to Cursor

    Lecture 12: Debugging JUnit Test Cases

    Lecture 13: Local and Remote Debugging of Spring Boot Project

    Lecture 14: Hot Code Replace (HCR) during Debugging

    Chapter 4: Advanced Debugging Features

    Lecture 1: Run and Debug Java Web Application in Tomcat using VS Code

    Lecture 2: Run and Debug Java Web Application in Jetty Server using VSCode

    Lecture 3: Debug Spring Boot application in Docker using Dockerfile

    Lecture 4: Debug Spring Boot application in Docker using Docker Compose

    Lecture 5: Docker Installation in Windows 10

    Lecture 6: Install Local Kubernetes Cluster with Docker Desktop

    Lecture 7: Debug in Local Kubernetes Cluster using Cloud Code Extension

    Lecture 8: How to create a GKE Cluster in GCP Cloud

    Lecture 9: How to Install Cloud Code Extension in VS Code

    Lecture 10: Debug in Remote GKE Cluster using Cloud Code Extension

    Lecture 11: Debug in Docker Container using Remote Development Extension Pack

    Chapter 5: Important Points to note before working on debugging issues/problems

    Lecture 1: Key points to follow during debugging

    Chapter 6: Practice Activities :Simple Debugging Problem Scenarios

    Lecture 1: Buy Candies Problem

    Lecture 2: Buy Candies Solution

    Lecture 3: Check Prime Problem

    Lecture 4: Check Prime Solution

    Lecture 5: Calculate Root Problem

    Lecture 6: Calculate Root Solution

    Lecture 7: Smart Number Problem

    Lecture 8: Smart Number Solution

    Lecture 9: XOR String Problem

    Lecture 10: XOR String Solution

    Lecture 11: Fibonacci Number Problem

    Lecture 12: Fibonacci Number Solution

    Lecture 13: Bubble Sort Problem

    Lecture 14: Bubble Sort Solution

    Lecture 15: String Operation Problem

    Lecture 16: String Operation Solution

    Lecture 17: Print Pyramid Problem

    Lecture 18: Print Pyramid Solution

    Chapter 7: Practice Activities :Advanced Debugging Problem Scenarios

    Lecture 1: Prime Date Problem

    Lecture 2: Prime Date Solution

    Lecture 3: Lower Triangular Matrix Problem

    Lecture 4: Lower Triangular Matrix Solution

    Lecture 5: Zigzag Sequence Problem

    Lecture 6: Zigzag Sequence Solution

    Lecture 7: Dice Game Problem

    Lecture 8: Dice Game Solution

    Chapter 8: Thank You

    Lecture 1: Thank You Note and Feedback About This Course

    Chapter 9: Bonus Section

    Lecture 1: Slack Group for students

    Instructors

  • Learn Java Debugging using VS Code  No.2
    Learning From Experience
    Big Data and Cloud Solution Architect
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 1 votes
  • 5 stars: 14 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!