added try except to Application.Run, message on changing debugger items during compile

git-svn-id: trunk@3114 -
This commit is contained in:
mattias 2002-08-18 08:57:43 +00:00
parent 1d4c51ec32
commit 0f52239198

View File

@ -1434,7 +1434,6 @@ begin
// create or delete breakpoint
// find breakpoint mark at line
BreakPtMark := SourceEditorMarks.FindBreakPointMark(FEditor,Line);
writeln('TSourceEditor.OnGutterClick A ',BreakPtMark<>nil);
if BreakPtMark = nil then
DebugBoss.DoCreateBreakPoint(Filename,Line)
else