BugStalker icon indicating copy to clipboard operation
BugStalker copied to clipboard

Rust debugger for Linux x86-64

Results 19 BugStalker issues
Sort by recently updated
recently updated
newest added

As a first step to integrate with third-party code editors, need to implement https://github.com/microsoft/debug-adapter-protocol

feature
Epic
0.4
DAP

There much more improvements that can be maded for TUI mode: - [x] Resize tabs (the ability to expand interested window) - [x] Better tab switching - [x] active line...

feature
0.2

single stepping with F7 works. However using the `step over` function fails with following libunwind error ![grafik](https://github.com/godzie44/BugStalker/assets/11636876/67bc3b69-906d-4dc7-82a0-6b814824a5da) I reproduced this behaviour with the current HEAD revision. In order to be...

bug
question

While I haven't tried BugStalker yet (just discovered it) I have noticed the absence of one gdb command that would probably be quite easy to implement and has proved useful...

feature
0.3

## Feature description Create `async backtrace` and `async backtrace all` command. - `async backtrace` - print all futures of currently executed async tasks (current executed tasks count

feature
0.3

Now BugStalker can provide a some of new features for support async debuging. ### Problem Debug of async program in rust very hard for a lot of reason. Compiler dont...

feature
0.3
Epic

Hi! First of all, thanks for this amazing work. I'd like to propose to display values (when, say, you use the `var` command or on the TUI interface) using the...

0.4
rnd is needed

Here is the output from the install command https://gist.github.com/jasonwilliams/e15b37f84640b5cf51ef364b9c9ee9c2 This is after following the instructions from https://godzie44.github.io/BugStalker/docs/installation This happens both with and without `--no-default-features`