How to debug C source file using GVD debugger

Anyone pls. help !!!

I want to debug C source file using GVD debugger. However, I am unable to find the way to debug source files.

Thanks in advance

Here is a link which probably has something useful.

Introduction to Glide and GVD

If you want to debug C code, and require a visual from end, why not use DDD

Gives you the run-time values and allows to trace the code on a line-by-line basis.

vino

Thank you very much for your prompt reply & suggestions. I will check it out.