AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Can't reload modified file in debug session

Open DaWolfi opened this issue 4 years ago • 2 comments

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.

DaWolfi avatar Feb 25 '21 13:02 DaWolfi

Yes, it makes sense, thanks a lot for your suggestion!

Sen-real avatar Feb 26 '21 11:02 Sen-real

Right now restarting the session works as a workaround. But that is not really a good solution in the long run.

image

hansWurst-creator avatar Mar 01 '21 09:03 hansWurst-creator