Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab6b09c7b8bc6c92acbf75ba8988227dde86022b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Properties file for org.eclipse.linuxtools.valgrind.launch
launchConfigurationType.name.0 = Profile With Valgrind
launchConfigurationTabGroup.description.0 = Profile C/C++ Application Using Valgrind
launchConfigurationType.remote.name = Profile With Valgrind (Remote)
launchConfigurationTabGroup.remote.description = Profile Remote C/C++ Application Using Valgrind
shortcut.label.0 = Profile With Valgrind
Bundle-Vendor.0 = Eclipse Linux Tools
Bundle-Name.0 = Valgrind Launch Plug-in
extension-point.name.0 = Valgrind Tool
extension-point.name.1 = Valgrind Output Directory Providers
command.name.0 = Export Valgrind Log Files
command.description.0 = Exports Valgrind log output to a directory
command.name.1 = Remove Valgrind Markers
command.description.1 = Removes all Valgrind markers
wizard.name.0 = Valgrind Log Files
wizard.description.0 = Export Valgrind's output logs from a recent launch to the file system.
marker.name = Valgrind Problem

Back to the top