LaunchCode logo
  1. Contents
  2. 12. Tools in IntelliJ

12. Tools in IntelliJ¶

  • 12.1. Gradle
    • 12.1.1. How Gradle Works
      • 12.1.1.1. build.gradle
    • 12.1.2. Troubleshooting Tips
    • 12.1.3. Check Your Understanding
  • 12.2. Debugging in IntelliJ
    • 12.2.1. Steps to Find and Diagnose Logical Bugs
    • 12.2.2. Control the Flow of Execution
    • 12.2.3. Advantage of Debugger Over Printing to the Console
    • 12.2.4. Check Your Understanding
  • 12.3. Studio: If It Ain’t Broke, Add a Breakpoint!
    • 12.3.1. Part One: Pre-Debugger Debugging
    • 12.3.2. Part Two: Debugger Debugging
    • 12.3.3. Part Three: More Debugger Debugging
    • 12.3.4. Part Four: Debugging Beyond This Studio
  • ← 11.2. Exercises: Exceptions
  • 12.1. Gradle →

Back to top

Page Source