prosseek
prosseek

Reputation: 190659

Mono's mdb debugger?

This site explains about the Mono debugger (mdb), but I can't run/find mdb on my Mac/Mono (Mono 2.8.1).

smcho@prosseek ver3> mdb
-bash: mdb: command not found

Doesn't Mono 2.8.1 ship with mdb?

Upvotes: 0

Views: 935

Answers (1)

jpobst
jpobst

Reputation: 9982

I do not believe mdb is supported on Mac. I know it's definitely not supported on Windows.

All current and future debugger development effort is on the soft debugger (sdb), which is much easier to support on various platforms. However, it does not have a command line interface at this time.

http://www.mono-project.com/Soft_Debugger

Upvotes: 1

Related Questions