-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Allow GDB for native environment tests #1262
Comments
Do you mean this #980 ? |
yeah that is part of it, but i would like to specifically target the unit tests, and not the main(or setup/loop). |
You can do that with |
I had actually seen that example and tried something similar but could not get any breakpoints to halt execution. |
This feature request consists of Am I right? If yes, please close it and subscribe to issues mentioned above. |
It would be extremely useful if gdb could be run on native TEST targets so we could more effectively debug during the testing cycle, it seems like most generic code would benefit from this as it would allow you to do a lot of work before even getting near a microprocessor.
The text was updated successfully, but these errors were encountered: