You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command to install the prebuilt binaries of FireDBG.
6
+
7
+
```shell
8
+
curl https://raw.githubusercontent.com/SeaQL/FireDBG.for.Rust/main/install.sh -sSf | sh
9
+
```
10
+
11
+
FireDBG binaries will be installed in `~/.cargo/bin` and a debugger self test will be conducted to verify the installation. Expect to see:
12
+
13
+
```shell
14
+
info: completed FireDBG self tests
15
+
```
16
+
17
+
In case you got error messages when performing self test, read [Troubleshooting Guide](https://github.com/SeaQL/FireDBG.for.Rust/blob/main/Troubleshooting.md) for the solution of common errors.
18
+
19
+
### Manual Installation
20
+
21
+
If you saw `FireDBG: no precompiled binaries available for OS: ...`, you can manually download a prebuilt binaries of compatible OS.
22
+
23
+
1. Go to the [FireDBG release](https://github.com/SeaQL/FireDBG.for.Rust/releases) page
0 commit comments