Skip to content

Commit

Permalink
docs: better README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
godzie44 committed Mar 23, 2024
1 parent a119498 commit 505a638
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,30 @@
* [Tui interface](#tui-interface)
* [Oracles](#oracles)

---

## Supported rustc versions

- 1.75
- 1.76
- 1.77

---

## Features

* written in rust for rust language with simplicity as a priority goal
* breakpoints, steps, signals
* multithread application support
* data query expressions
* support for a rust types system (collections, smart pointers, thread locals and other), not only for printing but also for interaction
* support for a rust type system (collections, smart pointers, thread locals and other), not only for printing but also for interaction
* two ui types: console and tui, switch available in any moment
* oracle as extension mechanism
* builtin tokio oracle - like `tokio_console` but there is no need to make changes in the source codes
* and much more!

---

## Installation

First check if the necessary dependencies are installed:
Expand All @@ -57,6 +63,8 @@ cargo install bugstalker

That's all, `bs` command is available now!

---

## Start debugger session

To start with program from binary file use:
Expand Down

0 comments on commit 505a638

Please sign in to comment.