techl / MonoRemoteDebugger

Other
83 stars 18 forks source link

NullReferenceException prevents start of debugging #28

Open T3nshou opened 7 years ago

T3nshou commented 7 years ago

Installed product versions

Description

When I start "Debug with Mono (local)" or "Debug with Mono (remote)" I get an errorwindow appears. Debugging locally the window appears instantly, debugging remotely after clicking "Connect". The errorwindow shows: "Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt." which I think is a NullReferenceException. The problem appears even when there is no code in my .py file.

Steps to recreate

1.1. Click "Debug with Mono (local)" 1.2. Errorwindow appears

2.1. Click "Debug with Mono (remote)" 2.2. Click "Connect" 2.3. Errorwindow appears

Current behavior

An error prevents the debugging

Expected behavior

The debugging starts

MonoRemoteDebugger_log.txt