[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: mini debugger
- From: "Maysami, Masoud" <masoud@...>
- Date: Mon, 21 Jan 2008 15:47:12 +0100
Hi,
right now i am working on a mini debugger in "c++".
I am able to parse the local and global variables.
My problem is to parse temporary global variable by their name.
Right now they appear as "(*temporary)", i want to show these variables in my watch window by their name.
Is there a way to do this ? (thorugh the c-api)