-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

jhsdb


> Attach to a Java process or launch a postmortem debugger to analyze the core dump from a crashed Java Virtual Machine.

More information.


Print stack and locks information of a Java process:

jhsdb jstack --pid {pid}

Open a core dump in interactive debug mode:

jhsdb clhsdb --core {path/to/core_dump} --exe {path/to/jdk/bin/java}

Start a remote debug server:

jhsdb debugd --pid {pid} --serverid {optional_unique_id}

Connect to a process in interactive debug mode:

jhsdb clhsdb --pid {pid}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:13:47 2024