From d4c2ab0884ba57a99da580e27e5ec2903b3358b7 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Fri, 16 Dec 2016 15:10:59 +0100 Subject: [PATCH] Enabeld Remote debugging as root (sudo) This allows for remote deubging with the display showing locally on the Pi --- Amiberry/Amiberry/Amiberry-Debug.vgdbsettings | 32 +++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/Amiberry/Amiberry/Amiberry-Debug.vgdbsettings b/Amiberry/Amiberry/Amiberry-Debug.vgdbsettings index a3e8c88c..6ec79c45 100644 --- a/Amiberry/Amiberry/Amiberry-Debug.vgdbsettings +++ b/Amiberry/Amiberry/Amiberry-Debug.vgdbsettings @@ -6,11 +6,37 @@ MinGWUnixSlash + + None + - 192.168.1.152 + 192.168.1.155 SSH - pi + root + + false + + None + + $(ProjectDir) + /tmp/VisualGDB/$(ProjectDirUnixStyle) + + *.cpp + *.h + *.hpp + *.c + *.cc + *.cxx + *.mak + Makefile + *.txt + *.cmake + + true + true + false + false false false @@ -86,7 +112,7 @@ /home/pi/projects/amiberry/$(TargetFileName) Local false - false + true Auto true