www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - How to: Use debuggers?

reply Alok Govil <Alok_member pathlink.com> writes:
Are there some debuggers that can be used for D.  Is there some documented way
on how to use those.

Warm regards - Alok Govil
alokgovil domain.com, where domain is hotmail.
Nov 24 2004
parent "Lynn Allan" <l_d_allan adelphia.net> writes:
"Alok Govil" <Alok_member pathlink.com> wrote in message
news:co32kt$3q5$1 digitaldaemon.com...
 Are there some debuggers that can be used for D.  Is there some
documented way
 on how to use those.

 Warm regards - Alok Govil
 alokgovil domain.com, where domain is hotmail.
Here are some links for using the Microsoft Visual Studio debugger in a Windows development environment: http://www.digitalmars.com/d/archives/digitalmars/D/1608.html http://www.digitalmars.com/d/archives/digitalmars/D/5568.html From inside the ide, click on the "Locals" tab to see local variables. As of about dmd ver 0.104 or so, you can "see" primitives inside inside objects. There are a few workarounds to see the value of a char[]:
Nov 24 2004