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
Copy file name to clipboardExpand all lines: README.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,29 @@ The debugger is currently in beta status, so it is disabled by default. To enabl
7
7
8
8
## Platform and Target Support
9
9
10
-
Currently, the debugger supports local debugging on Windows, Linux, and macOS.
10
+
This is the current comparability matrix of the debugger. The horizontal line stands for where we run BN, and lines mean targets.
11
11
12
-
We plan to support remote debugging across different operating systems, as well as attaching to gdb/lldb stub. The progress is tracked in [this issue](https://github.com/Vector35/debugger/issues/122).
12
+
| Target 🔽 Host ▶️ | macOS | Linux | Windows | Note |
-`TBD` means that we have not decided whether to support it, or how to support it.
26
+
-`No` means it is not possible to do, at least for now.
27
+
28
+
Notes:
29
+
30
+
(1). Right now, we only support gdbserver with android remote debugging. Support for other gdbserver or gdb stub, e.g., qiling, VMWare, QEMU, will be added later.
31
+
32
+
The progress is tracked in [this issue](https://github.com/Vector35/debugger/issues/122).
0 commit comments