View Single Post
  #2  
Old 06-05-2008, 02:28 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
Configure the Run Program step to Read program output from 'None' and uncheck the Hide application window option.

Also, if VisBuildCmd.exe is run from a Command Prompt, the last build output will be shown in the Command Prompt window.

Or, you could add a Wait step to wait (and use Ctrl+C or Ctrl+Break to abort the wait).

Or use a Run Script step that calls MsgBox or InputBox (see the Prompt.bld sample).

Another option would be to open the log file on build failure (for instance, using a Run Program with command like %DOSCMD% start "%LOGFILE%" or Notepad "%LOGFILE%").
Reply With Quote