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

How to connect to debugger signals #23865

Open
FeralBytes opened this issue Nov 21, 2018 · 5 comments
Open

How to connect to debugger signals #23865

FeralBytes opened this issue Nov 21, 2018 · 5 comments

Comments

@FeralBytes
Copy link
Contributor

Issue description:

Do not know how to connect to the signals that must be generated for the debugger. Things like warnings and errors. This would be really useful for Continuous Integration testing. It is not asking for exception checking. Just a way to hook into the same signals that are being produced for the Debugger.

@KellyThomas
Copy link
Contributor

@FeralBytes
Copy link
Contributor Author

@KellyThomas I don't think so from there names, but since they are completely undocumented, I have no idea. I also doubt that these some how allow you to connect to them in order to know when a error or warning is raised to the debugger. Again I don't know, there is no documentation and I did not dive in the source yet to read about them.

@KellyThomas
Copy link
Contributor

Thanks for clarifying. I think I have a better understanding of what you are looking for now.

@akien-mga akien-mga changed the title [DOCS] Connect to Debugger Signals How to connect to debugger signals Nov 22, 2018
@akien-mga
Copy link
Member

Related to #6735.

@MikeSchulze
Copy link

MikeSchulze commented Jan 9, 2021

I run i the same situation to need access to the errors.
I working on a unit test frame api and needs access to errors where send by push_error() and push_warn()
If there exists a way to access this information?

I guess it should be possive to connect to the EditorDebuggerServer to poll for such stuff.
But i can't find such information like the port to connect.

Best regards
Mike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants