Enabeld Remote debugging as root (sudo)
This allows for remote deubging with the display showing locally on the Pi
This commit is contained in:
parent
fad997094d
commit
d4c2ab0884
1 changed files with 29 additions and 3 deletions
|
@ -6,11 +6,37 @@
|
||||||
<Directories />
|
<Directories />
|
||||||
<PathStyle>MinGWUnixSlash</PathStyle>
|
<PathStyle>MinGWUnixSlash</PathStyle>
|
||||||
</CustomSourceDirectories>
|
</CustomSourceDirectories>
|
||||||
|
<BuildHost>
|
||||||
|
<Transport>None</Transport>
|
||||||
|
</BuildHost>
|
||||||
<DeploymentHost>
|
<DeploymentHost>
|
||||||
<HostName>192.168.1.152</HostName>
|
<HostName>192.168.1.155</HostName>
|
||||||
<Transport>SSH</Transport>
|
<Transport>SSH</Transport>
|
||||||
<UserName>pi</UserName>
|
<UserName>root</UserName>
|
||||||
</DeploymentHost>
|
</DeploymentHost>
|
||||||
|
<MainSourceTransferCommand>
|
||||||
|
<SkipWhenRunningCommandList>false</SkipWhenRunningCommandList>
|
||||||
|
<RemoteHost>
|
||||||
|
<Transport>None</Transport>
|
||||||
|
</RemoteHost>
|
||||||
|
<LocalDirectory>$(ProjectDir)</LocalDirectory>
|
||||||
|
<RemoteDirectory>/tmp/VisualGDB/$(ProjectDirUnixStyle)</RemoteDirectory>
|
||||||
|
<FileMasks>
|
||||||
|
<string>*.cpp</string>
|
||||||
|
<string>*.h</string>
|
||||||
|
<string>*.hpp</string>
|
||||||
|
<string>*.c</string>
|
||||||
|
<string>*.cc</string>
|
||||||
|
<string>*.cxx</string>
|
||||||
|
<string>*.mak</string>
|
||||||
|
<string>Makefile</string>
|
||||||
|
<string>*.txt</string>
|
||||||
|
<string>*.cmake</string>
|
||||||
|
</FileMasks>
|
||||||
|
<TransferNewFilesOnly>true</TransferNewFilesOnly>
|
||||||
|
<IncludeSubdirectories>true</IncludeSubdirectories>
|
||||||
|
<DeleteDisappearedFiles>false</DeleteDisappearedFiles>
|
||||||
|
</MainSourceTransferCommand>
|
||||||
<AllowChangingHostForMainCommands>false</AllowChangingHostForMainCommands>
|
<AllowChangingHostForMainCommands>false</AllowChangingHostForMainCommands>
|
||||||
<SkipBuildIfNoSourceFilesChanged>false</SkipBuildIfNoSourceFilesChanged>
|
<SkipBuildIfNoSourceFilesChanged>false</SkipBuildIfNoSourceFilesChanged>
|
||||||
<IgnoreFileTransferErrors>false</IgnoreFileTransferErrors>
|
<IgnoreFileTransferErrors>false</IgnoreFileTransferErrors>
|
||||||
|
@ -86,7 +112,7 @@
|
||||||
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
|
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
|
||||||
<X11WindowMode>Local</X11WindowMode>
|
<X11WindowMode>Local</X11WindowMode>
|
||||||
<KeepConsoleAfterExit>false</KeepConsoleAfterExit>
|
<KeepConsoleAfterExit>false</KeepConsoleAfterExit>
|
||||||
<RunGDBUnderSudo>false</RunGDBUnderSudo>
|
<RunGDBUnderSudo>true</RunGDBUnderSudo>
|
||||||
<DeploymentMode>Auto</DeploymentMode>
|
<DeploymentMode>Auto</DeploymentMode>
|
||||||
<LdLibraryPath />
|
<LdLibraryPath />
|
||||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue