AutoLispExt
AutoLispExt copied to clipboard
Can't reload modified file in debug session
Describe the bug
(Open a Workspace)
- Open a LISP-Sourcefile
- Start Debugging (Launch a new instance of AutoCAD 2021)
- Edit the LISP file (to fix an error….)
- Try to reload the LISP
- Message in Debug Console: "File can't be reloaded because it was modified after being loaded"
- Debug Session must be restarted!
Expected behavior IMHO, as an absolutely common practise while debugging, reloading a modified file should be possible. At least when the currently executed command/function has been termiated.
Yes, it makes sense, thanks a lot for your suggestion!
Right now restarting the session works as a workaround. But that is not really a good solution in the long run.
