Debugging commands (step over/into) cause unhandled exceptions

前端 未结 4 507
不思量自难忘°
不思量自难忘° 2020-12-09 22:42

I\'m using Visual Studio 2008 on a 64-bit version of Vista. After my program stops on one of my breakpoints, I can\'t step over or into the current line without either an I

4条回答
  •  误落风尘
    2020-12-09 23:23

    Are you getting the exceptions in your application, or Visual Studio itself?

    I would start by doing Clean on the entire solution then Build again. Sometimes if your binaries get out of sync you can get weird behavior when debugging.

提交回复
热议问题