AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Run without debugging (Ctrl+F5)

Open chapalee opened this issue 4 years ago • 11 comments

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?

chapalee avatar Mar 16 '21 15:03 chapalee

Yes, I have noticed that too.

rtogores avatar Mar 17 '21 17:03 rtogores

Hi Chapalee, do you mean that with Ctrl+F5, it's still actually debugging the LSP file?

Sen-real avatar Mar 18 '21 11:03 Sen-real

Exactly, the debugging begins and it shouldn't be like that. He should connect to autocad but not debug.

chapalee avatar Mar 18 '21 14:03 chapalee

Thanks a lot for logging this issue. I totally agree with you.

Sen-real avatar Mar 19 '21 06:03 Sen-real

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?

rtogores avatar Mar 21 '21 16:03 rtogores

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.

Sen-real avatar Mar 22 '21 02:03 Sen-real

Still a bug in 2024.

57gmc avatar Mar 05 '24 18:03 57gmc

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.

Sen-real avatar Mar 06 '24 10:03 Sen-real

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?

57gmc avatar Mar 06 '24 15:03 57gmc

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.

Sen-real avatar Mar 07 '24 02:03 Sen-real

Still a bug in AutoCAD 2025

carlosmgilp avatar Apr 04 '24 23:04 carlosmgilp