# HG changeset patch # User Claus Gittinger # Date 1362560519 -3600 # Node ID 5eee0952532424e3542ccc112d56dc7f23a7ed84 # Parent f28135198d42cca1537343ca404781b42268014d halts changed to breakpoint diff -r f28135198d42 -r 5eee09525324 Tools__ProjectBuilderAssistantApplication.st --- a/Tools__ProjectBuilderAssistantApplication.st Wed Mar 06 10:01:55 2013 +0100 +++ b/Tools__ProjectBuilderAssistantApplication.st Wed Mar 06 10:01:59 2013 +0100 @@ -1715,7 +1715,7 @@ Transcript showCR:self class name, ': action for doAddClassToProject ...'. - self halt. + self halt:'unimplemented'. ! doBrowseApplication @@ -3039,7 +3039,7 @@ projectType = ProjectDefinition nonGuiApplicationType ifTrue:[ query := #isConsoleApplication ] ifFalse:[ - self halt:'oops'. + self halt:'oops - unknown projectType'. projectType := ProjectDefinition guiApplicationType. ]. ].