In VC6 you can inspect the current Windows error result (the one returned from GetLastError) by place @err in the watch window. You can get the human readable form by @err,hr.
Also in VC6 (it's probably possible in other MSVC versions but that's all I've got to go on) there is an option to break on data. Does anyone know of a hack so I can automatically break when @err != 0.
Since the @err seems to be an internal thing the advanced breakpoint options dialog doesn't seem to like it and I was wondering if anyone knows a way around it.
