
Get the most out of this course by getting live help from myself and other students!
I have set up an educational slack channel for students enrolled in this course!
Slack is an awesome product to collaborate in real-time.
You can use Slack to:
Get help with the course.
Help others with problems they are having.
Share news, tips, and tricks related to course topics in general
Or just say hi!
Slack Workspace Invitation Link:
https://join.slack.com/t/learningfromexp/shared_invite/zt-1fnksxgd0-_jOdmIq2voEeMtoindhWrA
Slack Group Name: java-debugging-with-intellij-idea-udemy
Download and install the JDK from Oracle for Windows 64-bit. Set JAVA_HOME to the JDK path, update PATH with bin, and verify with java -version.
Learn to debug with IntelliJ IDEA, place line breakpoints, and run in debug mode. Use step over, resume, stop, and rerun to control flow and view console output.
Track internal variables at breakpoints in IntelliJ IDEA and use watches to monitor complex expressions, or evaluate single expressions during runtime. Add to watches by right-clicking a variable.
Inspect variable values during Java debug session in IntelliJ IDEA using the variables panel, inline view, and tooltips. View primitive integers and object details such as person list.
Learn how to change variable values in real time during an IntelliJ IDEA debugging session, including setting a breakpoint at line 20 and updating primitive and list object values.
Set a field watchpoint on an instance variable to trigger when the field is accessed or modified during debugging, and observe the trigger as objects are created.
Learn to create and manage class level watches in IntelliJ IDEA, using expressions like age > 0 on a person class to inspect fields during debug sessions.
Master debugging lambda expressions and stream operations in IntelliJ IDEA with a sample debug stream, using breakpoints, stream trace, and visualization of map, filter, and sort steps.
Debug a spring boot rest web service in IntelliJ IDEA by running in debug mode, placing a breakpoint at a method, and inspecting input parameters to see the output.
Debugging of JUnit Test Cases with Intellij
How to Debug Cucumber Tests with Intellij
This lesson covers the following topics step by step
Create and Run Two Spring Boot MicroServices Locally from Intellij IDEA
Run the Spring Boot Microservices on Docker using docker-compose
Debug the Spring Boot Microservices on Docker using Intellij IDEA
Install and configure the AWS CLI on Windows, verify the installation with aws --version and sts get-caller-identity, and troubleshoot command recognition by restarting explorer if needed.
Master locally running and debugging a GCP cloud function in IntelliJ IDEA using Maven and the Google Cloud Functions framework, with curl tests on port 8080 and debugging with breakpoints.
Investigate a static print characters method that iterates over a string to print characters, invoked from main with Abcd, identify the exception it throws, understand its cause, and resolve it.
Investigate problem statement 2 in Java debugging with IntelliJ IDEA, where a person list is built and iterated, casting objects to Person, printing names, and diagnosing an exception.
Debug a Java program in IntelliJ IDEA that reads numbers, computes an average, and converts Fahrenheit to Celsius; identify why outputs show infinity and zero, fix the code.
This lecture demonstrates debugging a deadlock in Java using IntelliJ IDEA, where two threads acquire two locks in reverse orders. It shows adjusting breakpoints and lock order to resolve deadlock.
Disclaimer: This course requires you to download Docker Desktop from its official website. If you are a Udemy Business user, please check with your employer before downloading software.
Intellij IDEA is one of the most popular IDEs out there used for Java programming.
This course is a entirely hands-on and an example based comprehensive course ,which would will guide you to learn and master the essentials of the Java Debugging using the popular Intellij IDEA IDE.
Powerful Debugging Skill at Your Fingertips
While working in real life Java projects or learning the language ,debugging is a key aspect which you must learn to handle programming related issues or understand any application flow properly .This course will give you a strong background to easily learn and master the debugging techniques and tricks using Intellij IDEA .
Content and Overview
Entire course is broken down to the following categories:
Basic Debugging Features
Advanced Debugging Features
Sample Debugging Problems And Their Solution
The basic debugging features covered:
Place breakpoints and run program in debug mode
Control program execution during debugging
Smart Step Into And Run To Cursor
Watch and Evaluate Expressions
Inspect Variables - View variables values
Change Variables value at real time during debug session
Filter Arrays and Collections in Variables or Watches
Conditional Breakpoint
Exception Breakpoint
Action Breakpoints
How to manage Breakpoints
Force Return and Throw Exception
Field Watchpoints
Class Level Watches
Use of Drop Frame
The advanced debugging features covered:
Debug Lambda Expressions and Stream Operations
Control Stepping
On Demand Custom Data Type Renderers
Debug Spring Boot Web Service
Remote Debug Spring Boot Web Service
Attach custom labels to JVM objects
Debug Web Project in Tomcat using Intellij IDEA Community Edition
Debug Web Project in Tomcat using Intellij IDEA Ultimate Edition
Debug Web Application using Maven Tomcat Plugin
Remote Debug Web Project In Tomcat Using Intellij Community Edition
The course initially starts with 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 Eclipse are explained.
The section Sample Debugging Problems And Their Solution is about sample problem solving on dummy debugging problem scenarios by applying the debugging skills you have learnt from the course.
By the end of this course, you will master the fundamentals needed to for Debugging java based applications using Intellij IDEA.