Tagged articles
22 articles
Page 1 of 1
21CTO
21CTO
Apr 18, 2026 · Industry Insights

Does Visual Studio 2026’s AI Debugger Boost Productivity or Add Distraction?

Visual Studio 2026 (v18.5) introduces smarter AI code suggestions and an AI‑driven debugger, but developers report cognitive overload from overlapping assistants, reduced color contrast, and intrusive forced updates, raising questions about whether these innovations truly improve the IDE experience.

AI code suggestionsGitHub CopilotIDE usability
0 likes · 7 min read
Does Visual Studio 2026’s AI Debugger Boost Productivity or Add Distraction?
Open Source Tech Hub
Open Source Tech Hub
Mar 15, 2026 · Backend Development

Speed Up PHP Debugging with the Lightweight PHP Debugger Extension

The article introduces PHP Debugger, a lightweight high‑performance PHP debugging extension forked from Xdebug, highlighting its near‑zero overhead, drop‑in compatibility, performance benchmarks, installation methods, configuration options, IDE setup, and feature comparison, demonstrating a fast AI‑assisted development approach.

InstallationPHPdebugger
0 likes · 6 min read
Speed Up PHP Debugging with the Lightweight PHP Debugger Extension
Python Programming Learning Circle
Python Programming Learning Circle
Jul 9, 2025 · Fundamentals

What’s New in Python 3.14? 7 Features That Will Transform Your Code

Python 3.14 entered the testing phase and brings seven core enhancements—including t‑strings, intelligent error suggestions, guarded pattern matching, per‑interpreter GIL control, ReadOnly/TypeIs type hints, native Zstandard compression, and a zero‑overhead debugger—that will impact web development, data pipelines, and high‑performance computing.

3.14GILNew Features
0 likes · 19 min read
What’s New in Python 3.14? 7 Features That Will Transform Your Code
phodal
phodal
Apr 14, 2025 · Operations

How to Debug and Test MCP Services with AutoDev MCP Debugger

This guide explains how to install AutoDev 2.0.8, configure .mcp.json files, and use the AutoDev MCP Debugger to test, debug, and execute MCP services and tools, including mock data generation, manual JSON input, and multi‑tool integration with model‑driven prompts.

AutoDevMCPTool integration
0 likes · 4 min read
How to Debug and Test MCP Services with AutoDev MCP Debugger
Java Tech Enthusiast
Java Tech Enthusiast
Feb 1, 2025 · Industry Insights

What’s New in IntelliJ IDEA 2025.1 EAP? A Deep Dive into the Latest Features

The article explores IntelliJ IDEA 2025.1 Early Access Program, highlighting partial Java 24 support, accelerated Spring Bean creation, Gradle Daemon toolchain integration, customizable debugger toolbar, and inline hint text pop‑ups, while explaining how developers can enable and benefit from these enhancements.

EAPGradle DaemonIDE Features
0 likes · 5 min read
What’s New in IntelliJ IDEA 2025.1 EAP? A Deep Dive into the Latest Features
Tencent Cloud Developer
Tencent Cloud Developer
Jan 11, 2024 · Backend Development

Delve Debugger for Go: Installation, Configuration, and Command Guide

Delve, the primary Go debugger, is installed via its official guide, requires disabling inlining with appropriate gcflags, supports flexible location specifications and rich expressions, offers multiple debugging modes (debug, exec, attach, core), configurable settings, runtime commands, breakpoint types, variable and stack inspection, and integrates seamlessly with Goland.

DebuggingDelveGo
0 likes · 28 min read
Delve Debugger for Go: Installation, Configuration, and Command Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 13, 2023 · Frontend Development

Techniques for Preventing Debugging in Front‑End JavaScript Applications

This article explains why front‑end developers may want to block debugging, demonstrates how infinite `debugger` statements can be used to hinder inspection, and provides multiple counter‑measures—including disabling breakpoints, using `Function('debugger')`, code obfuscation, and an advanced anti‑debug script that detects window size anomalies.

Anti-debuggingObfuscationSecurity
0 likes · 5 min read
Techniques for Preventing Debugging in Front‑End JavaScript Applications
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2023 · Frontend Development

How to Block Debugger and Prevent Frontend Code Inspection

This article explains why developers forbid debugging in web pages, demonstrates how repeated debugger statements can hide API calls, and provides multiple counter‑measures—including breakpoint deactivation, script ignore lists, Function‑based rewrites, and advanced obfuscated code—to protect frontend JavaScript from inspection.

Anti-debuggingJavaScriptcode obfuscation
0 likes · 5 min read
How to Block Debugger and Prevent Frontend Code Inspection
DaTaobao Tech
DaTaobao Tech
May 29, 2023 · Backend Development

Advanced IntelliJ IDEA Debugger Techniques for Backend Developers

The article showcases several advanced IntelliJ IDEA debugger features—non‑suspend, exception, and dependent breakpoints, breakpoint restoration, custom object and list renderers, object marking, and reference/async stack trace tools—that enable backend developers to diagnose and resolve issues far more quickly and precisely than with basic debugging operations alone.

BackendDebuggingTipsIntelliJ IDEA
0 likes · 10 min read
Advanced IntelliJ IDEA Debugger Techniques for Backend Developers
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2023 · Fundamentals

JupyterLab Visual Debugger and xeus‑python Kernel: Installation, Features, and Front‑End Architecture

The article introduces JupyterLab’s new visual debugger, explains why debugging is needed in Jupyter, provides installation commands for the front‑end extension and xeus‑python kernel, describes the debugger’s UI components and capabilities, and compares it with a VS Code visual debugging tool.

DebuggingIDEJupyterLab
0 likes · 6 min read
JupyterLab Visual Debugger and xeus‑python Kernel: Installation, Features, and Front‑End Architecture
Yiche Technology
Yiche Technology
Jul 14, 2022 · Fundamentals

Delve Go Debugger: Installation, Usage, and Command Reference

This article provides a comprehensive guide to installing and using Delve, the Go‑language source‑level debugger, covering installation methods, command‑line interface, debugging workflows, and practical examples for arrays, slices, and goroutines for developers.

ArraysDelveGo
0 likes · 21 min read
Delve Go Debugger: Installation, Usage, and Command Reference
DaTaobao Tech
DaTaobao Tech
Jun 23, 2022 · Fundamentals

Analyzing the Architecture of VS Code JavaScript Debugger

The article dissects VS Code’s JavaScript Debugger, explaining its DAP‑based architecture, breakpoint handling, CDP command translation, JavaScript Debug Terminal integration, automatic browser link handling, profiling support, and top‑level await feature, showing how these components deliver a unified debugging experience for Node and browsers.

DAPDebuggingJavaScript
0 likes · 20 min read
Analyzing the Architecture of VS Code JavaScript Debugger
21CTO
21CTO
May 11, 2020 · Fundamentals

What’s New in Visual Studio Code 1.45? Key Features and Improvements

Visual Studio Code 1.45 introduces enhanced syntax highlighting, accessibility options, GitHub authentication, a preview JavaScript debugger, WebAssembly performance boosts, and new editor settings, offering developers a richer, more efficient coding experience across platforms.

IDEVS Codeaccessibility
0 likes · 3 min read
What’s New in Visual Studio Code 1.45? Key Features and Improvements
Programmer DD
Programmer DD
Feb 5, 2020 · Fundamentals

What’s New in IntelliJ IDEA 2020.1 EAP 2? Debugger, Zen Mode, and More

IntelliJ IDEA 2020.1’s second early‑access build introduces data‑flow analysis for debugging, recursive‑call collapsing, a revamped Commit tool window, Zen Mode for distraction‑free coding, and LightEdit for quick file edits, all aimed at enhancing developer productivity.

IntelliJ IDEALightEditZen Mode
0 likes · 4 min read
What’s New in IntelliJ IDEA 2020.1 EAP 2? Debugger, Zen Mode, and More
Programmer DD
Programmer DD
Nov 6, 2018 · Fundamentals

What’s New in IntelliJ IDEA 2018.3 Beta? Top 10 Features Explained

The article reviews IntelliJ IDEA 2018.3 Beta, detailing ten major enhancements such as unified SearchEverywhere, redesigned structural search, RunAnything, a revamped plugin marketplace, improved VCS integration, new themes, editor upgrades, advanced JVM debugging, configurable run settings, a built‑in profiler, and numerous smaller quality‑of‑life tweaks.

IDEIntelliJ IDEAJava
0 likes · 11 min read
What’s New in IntelliJ IDEA 2018.3 Beta? Top 10 Features Explained
21CTO
21CTO
Jun 10, 2016 · Fundamentals

How Debugger Internals Reveal a Candidate’s True Technical Depth

The article explains how discussing debugger implementation principles in interviews can uncover a candidate's fundamental computer knowledge, curiosity, and ability to understand runtime environments, helping identify both strong engineers and those with critical knowledge gaps.

candidate evaluationdebuggerinterview techniques
0 likes · 5 min read
How Debugger Internals Reveal a Candidate’s True Technical Depth