Tag

jdwp

1 views collected around this technical thread.

NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 1, 2023 · Mobile Development

Android Debugging Techniques: Operations, Practices, and Principles

The guide explains Android debugging fundamentals, covering run and attach modes, essential operations like stepping and breakpoints, best practices for inspecting variables and reducing compile time, the underlying ADB and JDWP protocols, and troubleshooting common issues such as breakpoint loss and port conflicts.

ADBDebugging PrinciplesMobile Development
0 likes · 15 min read
Android Debugging Techniques: Operations, Practices, and Principles
Cognitive Technology Team
Cognitive Technology Team
Apr 21, 2022 · Backend Development

How to Start a Java Server in Blocking Debug Mode and Connect Remotely via IDE

This guide explains how to launch a Java server in blocking debug mode using specific JVM options and then attach a remote debugger from an IDE, illustrated with command examples and screenshots of the connection setup.

IDEJavabackend
0 likes · 2 min read
How to Start a Java Server in Blocking Debug Mode and Connect Remotely via IDE