minor fix to BP settings save to file

This commit is contained in:
Antonio Linares
2002-10-19 18:48:46 +00:00
parent b56077ddf6
commit ac86913ec5

View File

@@ -1735,7 +1735,7 @@ METHOD SaveSettings() CLASS TDebugger
if ! Empty( ::aBreakPoints )
for n := 1 to Len( ::aBreakPoints )
cInfo += "BP " + AllTrim( Str( ::aBreakPoints[ n ][ 1 ] ) ) + " " + ;
AllTrim( ::aBreakPoints[ n ][ 2 ] )
AllTrim( ::aBreakPoints[ n ][ 2 ] ) + HB_OsNewLine()
next
endif