diff -urNp anjuta-2.4.2-orig/manuals/anjuta-manual/C/debugger.xml anjuta-2.4.2/manuals/anjuta-manual/C/debugger.xml --- anjuta-2.4.2-orig/manuals/anjuta-manual/C/debugger.xml 2008-06-06 11:16:35.000000000 +0530 +++ anjuta-2.4.2/manuals/anjuta-manual/C/debugger.xml 2008-06-06 11:18:18.000000000 +0530 @@ -49,10 +49,10 @@ DebugRun Target… to display a dialog box where you can select: - The program that you want to debug - The command line parameters - If you want a terminal or not (the Anjuta terminal plugin is used) - If you want to stop the program at the beginning or not + The program that you want to debug + The command line parameters + If you want a terminal or not (the Anjuta terminal plugin is used) + If you want to stop the program at the beginning or not @@ -403,13 +403,13 @@ Enter the location at which to set the breakpoint. It has to be specified in one of the following formats: - - - File_name:Line_number - Function_name - File:Function_name - - + + + + File_name:Line_number + Function_name + File:Function_name + The first one is obvious — The location refers to the line number