delphi - How to maintain "Ignore/handle subsequent exceptions" breakpoints between developers? -


sometimes there pieces of code exceptions occur don't want stop execution in ide (e.g. ole exceptions when setting connection).

the trick place 2 breakpoints around this, 1st set "ignore subsequent exceptions" , 2nd "handle subsequent exceptions".

this works fine when 1 working on code, breakpoint moves code.

however, when several developers update same file , import/export from/to version control (svn in case) breakpoints can end on wrong lines , have reset them.

this because these breakpoint settings maintained locally in ide configuration.

has ever found way maintain these breakpoints among developers? how?

using delphi xe2 w32 apps.

these breakpoints stored in dsk file - either of project or of project group, depending on open in ide. may consider adding files version control. however, might have other significant drawbacks.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -