Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
859 views

How do I get F12 to break into the debugger on Vista x64 with VS 2008?

F12 is a wonder for tracking down UI blocking operations, but I can't figure out how to make it work with VS 2008 and managed code. Help! Or not... Edit: turns out it doesn't work in VS 2005 either ...
0
votes
2answers
2k views

Corruption of the heap & F12 Problem

I'm trying to draw a line using GLUT with C++ - the IDE is VS 2008 -but an error message occurred : Windows has triggered a breakpoint in Graphics.exe. This may be due to a corruption of ...