My c++ debugger (integrated in visual studio 2005) lacks some useful features I have seen somewhere else (.net debugger in visual studio 2005).

- In special I miss 'Just My Code debugging' which means I can step with singlestep though my code without jumping into anything not written by me such as the standardlib. That`s much better then the workarround with breakpoints or step over.

- 'Debugging code at design time', to show me type errors, syntax errors and such just after I did type it (not just while compiling). Such a feature would be really awesome.

Is there any c++ debugger better then the debugger inside visual studio?