Jump to content

Lisp to show in what routine you are in, in a big lisp program.


Recommended Posts

Posted

Wanted a lisp to tell me where I am during command prompt at command line. The program contains plenty lisp routines. Thanks

Serves also as a de******.

Posted

That's a very tall order...can't say that it could be done.

 

If you want to know where you're at in your program for debugging the IDE has lots of tools for that, but it you want to see where you're at while the code is running, I guess you could add some lines to print to the text window but it would all scroll by so fast you won't be able to keep up. You can step through your program but again that's more of a debugging tool.

Posted

thanks Bill.Just wonder if its possible

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...