View Single Post
  #1  
Old 12-22-2009, 03:41 AM
DuncanL DuncanL is offline
Registered User
 
Join Date: 07-26-2007
Posts: 29
Script access to breakpoints?

I occasionally set breakpoints while testing a new change but if I forget to remove that breakpoint, then a later automated build on the same machine will stop at the breakpoint. I'd like to be able to clear the breakpoints when running an automated build.

As mentioned in another thread; my script "knows" what kind of build is being run, so I just need to clear the breakpoints from a step that has a conditional build rule.

I've scoured the help and this forum without any luck, but I may well be missing something.
Reply With Quote