Added settings for Remote Debugging
This commit is contained in:
parent
1ce5d0cae3
commit
73aba3a086
2 changed files with 29 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,3 +25,4 @@ Amiberry/VisualGDB/Release/Amiberry
|
||||||
*.ipch
|
*.ipch
|
||||||
*.TMP
|
*.TMP
|
||||||
VisualGDB/VisualGDB/Release/Amiberry
|
VisualGDB/VisualGDB/Release/Amiberry
|
||||||
|
VisualGDB/VisualGDB/Debug/Amiberry
|
||||||
|
|
|
@ -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.152</HostName>
|
||||||
<Transport>SSH</Transport>
|
<Transport>SSH</Transport>
|
||||||
<UserName>pi</UserName>
|
<UserName>pi</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>*.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>
|
||||||
|
<SelectedDirectories />
|
||||||
|
<DeleteDisappearedFiles>false</DeleteDisappearedFiles>
|
||||||
|
</MainSourceTransferCommand>
|
||||||
<AllowChangingHostForMainCommands>false</AllowChangingHostForMainCommands>
|
<AllowChangingHostForMainCommands>false</AllowChangingHostForMainCommands>
|
||||||
<SkipBuildIfNoSourceFilesChanged>false</SkipBuildIfNoSourceFilesChanged>
|
<SkipBuildIfNoSourceFilesChanged>false</SkipBuildIfNoSourceFilesChanged>
|
||||||
<IgnoreFileTransferErrors>false</IgnoreFileTransferErrors>
|
<IgnoreFileTransferErrors>false</IgnoreFileTransferErrors>
|
||||||
|
@ -84,9 +110,9 @@
|
||||||
</LaunchGDBSettings>
|
</LaunchGDBSettings>
|
||||||
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
|
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
|
||||||
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
|
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
|
||||||
<X11WindowMode>Local</X11WindowMode>
|
<X11WindowMode>Remote</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