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


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

Removed unnecessary ".dll" suffixes

Legend:

Unmodified
Added
Removed
Modified
  • Debugging With Visual Studio

    v6 v7  
    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((void*)0x12345678)
     14{,,CoreFoundation}CFShow((void*)0x12345678)
    1515}}}
    1616
     
    2929
    3030{{{
    31 {,,WebKit.dll}(WebKit::MutableDictionary*)0x12345678
     31{,,WebKit}(WebKit::MutableDictionary*)0x12345678
    3232}}}
    3333