-
-
Couldn't load subscription status.
- Fork 511
feat: use new debug -I -P CLI output
#2281
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
Conversation
691dec6 to
0edc8e0
Compare
5b65848 to
33dd2a7
Compare
9f7feff to
353dfac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code approved, I didn't see anything problematic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works. Nice work! 🛩️
Closes #2270 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Ref: arduino/arduino-cli#2374 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
A new startup task ensures setting any custom board menu selection in a new sketch window. Closes #2271 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Hide the concrete implementation behind an interface so that tests can `require` it. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
- Can pick a programmer if missing, - Can auto-select a programmer on app start, - Can edit the `launch.json`, - Adjust board discovery to new gRPC API. From now on, it's a client read stream, not a duplex. - Allow `.cxx` and `.cc` file extensions. (Closes #2265) - Drop `debuggingSupported` from `BoardDetails`. - Dedicated service endpoint for checking the debugger. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
fed8152 to
35ca43a
Compare
Depends on #2294 and #2289.They're part of this PR ✅Motivation
Use the CLI's new
debug --info --programmeroutput for IDE2 debugging.Change description
0.35.0-rc.7.0.7.5.0.1.0. (Download the VSIX.).cxxand.ccfile extensions.vprefix in the CLI's GitHub release name when generating JS/TS fromproto.launch.jsonconfiguration file.(in Sketchbook)tooltip suffix in the board select dialog for manually installed boards.Dependencies:
electron@27.0.3. (See chore(deps): update toelectron@27.0.3. #2277 (comment) and chore(cli): update CLI to0.35.0-rc.2#2267 (comment))Noteworthy UI changes:
Show the tooltip suffix if the core has been installed manually
tooltip_suffix_if_manually_installed.mp4
Intellisense and validation for
custom_debug.jsondebug_custom_json.mp4
Show progress information in the status bar when
debug --info --programmeris running by the CLIget_debug_info.mp4
Prompt user for a programmer when not selected for the debug session
prompt_select_programmer.mp4
From now on, IDE2 gives advanced users the flexibility to modify the
launch.jsonedit_launch_config.mp4
Can debug the same sketch with multiple boards
can_debug_with_multiple_boards.mp4
BREAKING:
debug_custom.json.Other information
Closes #2265
Closes #2270
Upstream PR: arduino/vscode-arduino-tools#41
Reviewer checklist