AutoLispExt
AutoLispExt copied to clipboard
Run without debugging (Ctrl+F5)
Describe the bug Run without debugging (Ctrl+F5) It doesn't work for me in AutoLISP.
To Reproduce When trying to Run without debugging, the application still runs.
Desktop (please complete the following information):
- OS: Window
- Version 10
Additional context This is a mistake? Or am I doing something wrong?
Yes, I have noticed that too.
Hi Chapalee, do you mean that with Ctrl+F5, it's still actually debugging the LSP file?
Exactly, the debugging begins and it shouldn't be like that. He should connect to autocad but not debug.
Thanks a lot for logging this issue. I totally agree with you.
More on this. If I have a breakpoint in my code "Run without debugging" will stop anyway at the breakpoint, just as if I was using plain F5. I suppose the idea was that it should run without stopping at the breakpoint. Or no?
More on this. If I have a breakpoint in my code "Run without debugging" will stop anyway at the breakpoint, just as if I was using plain F5. I suppose the idea was that it should run without stopping at the breakpoint. Or no?
Yes I agree with you. It should just connect to ACAD and load the LSP file.
Still a bug in 2024.
Still a bug in 2024.
Thanks for your reminder.
TODO: I think this menu item is for the 'launch' mode (i.e. to start a new Autocad instance to run/debug the current lisp file). So in addition to letting the 'launch' mode support 'Run Without Debugging', it would be better if the fix also makes it impossible to choose the 'attach' mode in the 'Run Without Debugging' use case.
it would be better to also make it impossible to choose the 'attach' mode in the 'Run Without Debugging' use case.
Are you suggesting something I need to do or just a placeholder for a :ToDo?
Are you suggesting something I need to do or just a placeholder for a :ToDo?
Yeah just adding a :ToDo item for this issue. Let me update my comment.
Still a bug in AutoCAD 2025