sdb
a command line client for Mono's soft debugger
Install
- All systems
-
curl cmd.cat/sdb.sh
- Debian
-
apt-get install sdb - Ubuntu
-
apt-get install sdb - Kali Linux
-
apt-get install sdb - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install sdb - OS X
-
brew install sdb - Raspbian
-
apt-get install sdb
sdb
a command line client for Mono's soft debugger
SDB is a command line client for Mono's soft debugger, a cooperative debugger that is part of the Mono VM. It tries to be similar in command syntax to tools such as GDB and LLDB.