Visual Studio Tip
2006-09-01 22:28:12 GMT
This is just a tip I wanted to share for Visual Studio 8 that allows you to see half values in the debugger.
Disclaimer: This uses undocumented features of Visual Studio and as such it is possibly dangerous. I have not had trouble with it, but who knows.
In the file, "Microsoft Visual Studio 8\Common7\Packages\Debugger\autoexp.dat", in the section [Visualizer], somewhere after the line "; DO NOT MODIFY", add the code:
half{
preview([$c._toFloat[$c._h].f, f])
}
For the reference I used for this (and an understanding of what that code does), see
http://www.virtualdub.org/blog/pivot/entry.php?id=120
-Chris
_______________________________________________ Openexr-devel mailing list Openexr-devel <at> nongnu.org http://lists.nongnu.org/mailman/listinfo/openexr-devel
RSS Feed