Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/MessagesForLaunchVM.properties')
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/MessagesForLaunchVM.properties20
1 files changed, 10 insertions, 10 deletions
diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/MessagesForLaunchVM.properties b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/MessagesForLaunchVM.properties
index ebbe93e125e..e1aca4e4936 100644
--- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/MessagesForLaunchVM.properties
+++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/MessagesForLaunchVM.properties
@@ -14,31 +14,31 @@
StackFramesVMNode_No_columns__Incomplete_stack_marker__text_format=<...more frames...>
-# {0} - address,
-# {1} - function,
+# {0} - address,
+# {1} - function,
# {2} - file (path or just name, depending on preference)
-# {3} - line
-# {4} - column
+# {3} - line
+# {4} - column
# {5} - module
StackFramesVMNode_No_columns__text_format={1} at {2}:{3} {0}{4,choice,0#|1# :{4}}
StackFramesVMNode_No_columns__add_parens__text_format={1}() at {2}:{3} {0}{4,choice,0#|1# :{4}}
-# {0} - address
-# {1} - function
+# {0} - address
+# {1} - function
# {2} - module
StackFramesVMNode_No_columns__No_line__text_format={1} [{2}] at {0}
StackFramesVMNode_No_columns__No_line__add_parens__text_format={1}() [{2}] at {0}
-# {0} - address
+# {0} - address
# {1} - module
StackFramesVMNode_No_columns__No_function__text_format=[{1}] at {0}
-# {0} - address
-# {1} - function
+# {0} - address
+# {1} - function
StackFramesVMNode_No_columns__No_module__text_format={1} at {0}
StackFramesVMNode_No_columns__No_module__add_parens__text_format={1}() at {0}
-# {0} - address
+# {0} - address
StackFramesVMNode_No_columns__Address_only__text_format={0}
# {0} - name available, 0=not available/1=available

Back to the top