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

Implement build types: release + debug #2184

Closed
ivankravets opened this issue Mar 4, 2019 · 0 comments
Closed

Implement build types: release + debug #2184

ivankravets opened this issue Mar 4, 2019 · 0 comments
Labels
Milestone

Comments

@ivankravets
Copy link
Member

ivankravets commented Mar 4, 2019

Implement build_type option:

  • release, a default profile
  • debug, builds project in debug mode, is used by IDE UI for debugging.
[env:release_or_production]
board = ...

[env:mydebug]
build_type = debug
board = ...

PIO Unified debugger should look for build_type = debug by default.

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

No branches or pull requests

1 participant