Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mikerudin39

#1
newlisp's debugger is good thing except in two cases:

1. debugging code for web-daemon - debugger's output falls to browser :-(

2. debugging for embedded dll - no console at all...



would be nice to have (net-debug ip port func) - to connect by tcp to debug console

(something telnet-like, but listening port.)



...by the way: to (trace-highlight ) would be fine to have separate markers for entry and for exit.

for exampe to use different coloring escape-sequentions
#2
When newlisp meets in code unknown function it writes:

ERR: invalid function : (some-func)

and stops executing.



Would be nice to have something like (invalid-function-event  )

to deal with it, (for example to load missed code fragment

from sqlite database or from some site, etc..) ...and continue

executing WITHOUT ERROR. for now we have only (error-event),

but it called when error ALREADY OCCURED, and execucion can not

continue.



For what: it's like reading text in semi-known language. Meeting

unknown word, we refer to vocabulary, find word, understand

it's meaning and keep reading on.



PS: I'm not native english-speaker, so excuse me in advance for

my poor english, but i hope idea is clear enough.