Help designing for debugging an interpreted language

sdw@ioc.co.uk (Simon Whiteside)
Fri, 11 Feb 1994 15:12:05 GMT

          From comp.compilers

Related articles
Help designing for debugging an interpreted language sdw@ioc.co.uk (1994-02-11)
| List of all articles for this month |

Newsgroups: comp.compilers,comp.lang.smalltalk
From: sdw@ioc.co.uk (Simon Whiteside)
Keywords: debug, interpreter, question
Organization: Intelligent Office Company, Ltd.
Date: Fri, 11 Feb 1994 15:12:05 GMT

We are working on an interpreted language which is very similar to
Smalltalk, but with some type protection and 4GL type syntax.


We will want to be adding some debugging support, hopefully written in the
language itself.


I've been thinking around the issues, and the following, at least, emerge:


i) setting breakpoints
ii) stepping through code
iii) inspecting object variables
iv) inspecting scoped local variables.


Can anyone share their experience of designing for debuggers for an
interpreter? Does anyone know of any papers on this subject, especially
on the implementation of Smalltalk debuggers.


Thanks,


Simon.
--
  Simon Whiteside| IOC Ltd, Bechtel House, 245 Hammersmith Road, London W6 8DP,
  sdw@ioc.co.uk | England. Voice: +44 (0)81 528 9864 Fax: +44 (0)81 528 9878


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.