Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run without debugging (Ctrl+F5) #98

Open
chapalee opened this issue Mar 16, 2021 · 11 comments
Open

Run without debugging (Ctrl+F5) #98

chapalee opened this issue Mar 16, 2021 · 11 comments
Labels
Debug enhancement New feature or request

Comments

@chapalee
Copy link

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?

@rtogores
Copy link

Yes, I have noticed that too.

@Sen-real
Copy link
Collaborator

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

@chapalee
Copy link
Author

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

@Sen-real
Copy link
Collaborator

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

@Sen-real Sen-real added enhancement New feature or request Debug labels Mar 19, 2021
@rtogores
Copy link

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?

@Sen-real
Copy link
Collaborator

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.

@57gmc
Copy link

57gmc commented Mar 5, 2024

Still a bug in 2024.

@Sen-real
Copy link
Collaborator

Sen-real commented Mar 6, 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.

@57gmc
Copy link

57gmc commented Mar 6, 2024

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?

@Sen-real
Copy link
Collaborator

Sen-real commented Mar 7, 2024

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.

@carlosmgilp
Copy link

Still a bug in AutoCAD 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debug enhancement New feature or request
Development

No branches or pull requests

5 participants