Changes between Version 5 and Version 6 of Debugging With Visual Studio


Ignore:
Timestamp:
Feb 27, 2011 11:00:21 AM (13 years ago)
Author:
Adam Roben
Comment:

Updated CFShow instructions

Legend:

Unmodified
Added
Removed
Modified
  • Debugging With Visual Studio

    v5 v6  
    1212When debugging code that uses CF types, you can invoke the [http://developer.apple.com/mac/library/documentation/CoreFoundation/Reference/CFTypeRef/Reference/reference.html#//apple_ref/c/func/CFShow CFShow] function in the Immediate window (`Debug > Windows > Immediate` or `Ctrl+Alt+I`) to print a debug description of a CF object to the Output window like so:
    1313{{{
    14 {,,CoreFoundation.dll}_CFShow(0x12345678)
     14{,,CoreFoundation.dll}CFShow((void*)0x12345678)
    1515}}}
    1616