How to Install sdb in Ubuntu 18.04



Install sdb by entering the following commands in the terminal:

sudo apt update
sudo apt install sdb

Description:

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.

Homepage: https://github.com/mono/sdb

Version: 1.2-1.1

Section: universe/cli-mono