Hey Raghuveer, I dont know much about the topic but I stumbled upon a good resource that has exhaustive research material on debugging. Probably you can find your answer there...
http://www.cs.nmsu.edu/~jeffery/aadebug.html -- Cheers, John ----------------------------------------- *If debugging is the process of removing bugs, then programming must be the process of putting them in... ** Lady Augusta Ada Lovelace (1815-1852) - the world's first programmer. ** * On Jan 17, 2008 10:08 PM, Raghuveer Reddy <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a query regarding the break points in debuggers. > > How does the debuggers implement break point and get the register values > and > stack data? > > I guess they use TRAP interrupt, but i am unable to guess the complete > process involved. > > Anybody has a good article/link which explains this? > > Thanks > Raghuveer > >

