linsmod / MonoRemoteDebugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MonoRemoteDebugger

MonoRemoteDebugger enables linux remote debugging using Visual Studio 2015.

Build status

Usage

Download MonoRemoteDebugger.Server on the linux machine.

wget https://github.com/techl/MonoRemoteDebugger/releases/download/v1.3.0/MonoRemoteDebugger.Server.zip

Extract MonoRemoteDebugger.Server

unzip -d MonoRemoteDebugger.Server MonoRemoteDebugger.Server.zip

Run MonoRemoteDebugger.Server on the linux machine.

cd MonoRemoteDebugger.Server

mono MonoRemoteDebugger.Server.exe


Install MonoRemoteDebugger extension. You can find also in the Visual Studio Gallery.

Run Visual Studio 2015.

Toolbar -> MonoRemoteDebugger -> Debug with Mono (remote)

Type remote IP Address .

Click Connect button.

Then the program will run and hit the breakpoint which you set on Visual Studio.

Enjoy you debugging.


Known Issue

Not supported breakpoint on user thread.

Not supported Visual Basic.

Version History

https://github.com/techl/MonoRemoteDebugger/blob/master/CHANGELOG.md


This project is based on MonoDebugger. Thanks to Christian Giesswein.

About

License:Other


Languages

Language:C# 99.8%Language:PowerShell 0.2%