Message 1 of 3
How to hit breakpoint when script called by AutoCAD (not run from VLisp)

Not applicable
01-16-2017
03:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(Sorry if it's a newbie question - relatively good programmer here but new to AutoLISP and Visual LISP...)
I get how one can add breakpoints and debug some script when running from the VLIPS IDE... but how can I have a breakpoint hit in the function when you're trying to debug something that's in a .lsp file that's loaded and called by another .lsp file, which is in turn called by a function in acaddoc.lsp??
Couldn't find documentation (nor posts) on the topic...
Thanks in advance...
Steve