ctdlc888 Posted March 20, 2012 Posted March 20, 2012 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******. Quote
Bill Tillman Posted March 20, 2012 Posted March 20, 2012 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. Quote
ctdlc888 Posted March 20, 2012 Author Posted March 20, 2012 thanks Bill.Just wonder if its possible Quote
Lee Mac Posted March 20, 2012 Posted March 20, 2012 I'm guessing similar to this request: http://www.cadtutor.net/forum/showthread.php?67454-List-all-defined-functions.&p=462168&viewfull=1#post462168 Quote
Recommended Posts
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.