John Skaller - 2006-03-15

Logged In: YES
user_id=5394

Topic is too wide. Subtopics and related topics are:

* Make generated sources readable so they can be
debugged with existing debuggers

* Instrument sources with debugging code, for example
macros to conditionally print a message whenever a
subroutine is entered.

* Instrument sources to watch variables.

* Provide a log construction, and make it possible to write
log messages to a socket for remote monitoring.

* Extend the remote monitoring API to also allow control.

* Instrumentation to emit source line numbers.

* GUI based monitor which shows execution by tracking line
numbers and positioning cursor in source code window.

* Coverage and profiling