Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionElegant solution for alignment Pin
Andre xxxxxxx6-Oct-06 7:10
Andre xxxxxxx6-Oct-06 7:10 
AnswerRe: Elegant solution for alignment Pin
led mike6-Oct-06 8:39
led mike6-Oct-06 8:39 
GeneralRe: Elegant solution for alignment Pin
Andre xxxxxxx6-Oct-06 9:34
Andre xxxxxxx6-Oct-06 9:34 
GeneralRe: Elegant solution for alignment Pin
led mike6-Oct-06 9:37
led mike6-Oct-06 9:37 
GeneralRe: Elegant solution for alignment Pin
Andre xxxxxxx6-Oct-06 9:45
Andre xxxxxxx6-Oct-06 9:45 
GeneralRe: Elegant solution for alignment Pin
led mike6-Oct-06 11:03
led mike6-Oct-06 11:03 
AnswerRe: Elegant solution for alignment Pin
James Brown7-Oct-06 7:04
James Brown7-Oct-06 7:04 
QuestionDebugger - Visualizer (VS2005) [modified] Pin
Abyss6-Oct-06 6:33
Abyss6-Oct-06 6:33 
I'm trying to better visualise my class in the Debugger. I noticed that in VS2005 a new/great feature was introduced to help visualise containers (STL and ATL) in debugger. By this it is easy/fast to display important data from complex classes.

Unfortunately, I can't visualise one stuff. I have a class B with a member variable A* m_ptr. If I edit the autoexp.dat file \ [AutoExpand] section "B=ptr=< m_ptr, t >" then the magic "t" make sure that if the m_ptr is an instance of class C which is derived from class A the debugger displays it as ptr=[C]. This is great so far.

However I would like to do similar thing in [Visualizer] section:

A{<br />
    preview<br />
    (<br />
       #( $e.m_ptr )<br />
    )<br />
)


Since there are no official documentation for the syntax I don't know how to put the magic "t" to the preview section so the debugger will display the real instnace of the member pointer. Currently it just displays the pointer address Frown | :-(

Any idea how to do this? Or any documentation?

Many thanx,
Abyss


-- modified at 13:52 Friday 6th October, 2006
QuestionChange color of dialog border Pin
vasmvr6-Oct-06 6:13
vasmvr6-Oct-06 6:13 
AnswerRe: Change color of dialog border Pin
Hamid_RT19-Oct-06 8:39
Hamid_RT19-Oct-06 8:39 
QuestionUninstall VS2003 SP1? Pin
Todd Smith6-Oct-06 5:52
Todd Smith6-Oct-06 5:52 
AnswerRe: Uninstall VS2003 SP1? Pin
David Crow6-Oct-06 6:03
David Crow6-Oct-06 6:03 
GeneralRe: Uninstall VS2003 SP1? Pin
Todd Smith6-Oct-06 6:07
Todd Smith6-Oct-06 6:07 
QuestionRuntime change MDI/SDI Pin
Endaroza6-Oct-06 5:28
Endaroza6-Oct-06 5:28 
AnswerRe: Runtime change MDI/SDI Pin
led mike6-Oct-06 5:49
led mike6-Oct-06 5:49 
GeneralRe: Runtime change MDI/SDI Pin
Mark Salsbery6-Oct-06 5:52
Mark Salsbery6-Oct-06 5:52 
AnswerRe: Runtime change MDI/SDI Pin
Mark Salsbery6-Oct-06 6:03
Mark Salsbery6-Oct-06 6:03 
GeneralRe: Runtime change MDI/SDI Pin
led mike6-Oct-06 7:15
led mike6-Oct-06 7:15 
GeneralRe: Runtime change MDI/SDI Pin
Mark Salsbery6-Oct-06 14:47
Mark Salsbery6-Oct-06 14:47 
AnswerRe: Runtime change MDI/SDI Pin
Andre xxxxxxx6-Oct-06 7:23
Andre xxxxxxx6-Oct-06 7:23 
AnswerRe: Runtime change MDI/SDI Pin
PJ Arends6-Oct-06 14:57
professionalPJ Arends6-Oct-06 14:57 
AnswerGOTCHA!!! Pin
Endaroza5-May-07 5:41
Endaroza5-May-07 5:41 
QuestionGetPixel Pin
Johpoke6-Oct-06 5:08
Johpoke6-Oct-06 5:08 
AnswerRe: GetPixel Pin
Mark Salsbery6-Oct-06 5:16
Mark Salsbery6-Oct-06 5:16 
GeneralRe: GetPixel Pin
Johpoke6-Oct-06 5:25
Johpoke6-Oct-06 5:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.