← 返回命令列表

Linux command

bugstalker 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Debug

bs [path/to/binary]

Debug

bs [path/to/binary] -- [arg1] [arg2]

说明

bugstalker (binary name bs) is a debugger specifically designed for Rust programs on Linux x86-64 systems. It provides a terminal user interface for debugging with Rust-aware features such as understanding Rust types, enums, and data structures natively. The debugger supports setting breakpoints, stepping through code, inspecting variables with Rust-specific formatting, viewing backtraces, and navigating through threads. Its TUI provides a source code view alongside debug controls.

FAQ

What is the bugstalker command used for?

bugstalker (binary name bs) is a debugger specifically designed for Rust programs on Linux x86-64 systems. It provides a terminal user interface for debugging with Rust-aware features such as understanding Rust types, enums, and data structures natively. The debugger supports setting breakpoints, stepping through code, inspecting variables with Rust-specific formatting, viewing backtraces, and navigating through threads. Its TUI provides a source code view alongside debug controls.

How do I run a basic bugstalker example?

Run `bs [path/to/binary]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more bugstalker examples?

This page includes 2 examples for bugstalker, plus related commands for nearby Linux tasks.