We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to attach the debugger to a running program.
There is a need to insert the password in the dape-shell:
Superuser access is required to attach to a process. Attaching as superuser can potentially harm your computer. Do you want to continue? [y/N]
After typing "y" when I try to select the user it gives the message in the minibuffer: comint-send-input: Current buffer has no process.
comint-send-input: Current buffer has no process
Also, I'm manually typing the process id, is there a better way?
Any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I would like to attach the debugger to a running program.
There is a need to insert the password in the dape-shell:
Superuser access is required to attach to a process. Attaching as superuser can potentially harm your computer. Do you want to continue? [y/N]
After typing "y" when I try to select the user it gives the message in the minibuffer:
comint-send-input: Current buffer has no process
.Also, I'm manually typing the process id, is there a better way?
Any ideas?
The text was updated successfully, but these errors were encountered: