feat: Enable Tracing plugin with espressif-ide#845
feat: Enable Tracing plugin with espressif-ide#845kolipakakondal wants to merge 2 commits intomasterfrom
Conversation
WalkthroughThe changes made are primarily focused on the Changes
Poem
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- bundles/com.espressif.idf.ui/META-INF/MANIFEST.MF (1 hunks)
Files skipped from review due to trivial changes (1)
- bundles/com.espressif.idf.ui/META-INF/MANIFEST.MF
There was a problem hiding this comment.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- bundles/com.espressif.idf.debug.gdbjtag.openocd/src/com/espressif/idf/debug/gdbjtag/openocd/dsf/GdbServerBackend.java (1 hunks)
Files skipped from review due to trivial changes (1)
- bundles/com.espressif.idf.debug.gdbjtag.openocd/src/com/espressif/idf/debug/gdbjtag/openocd/dsf/GdbServerBackend.java
Description
Please include a summary of the change and which issue is fixed.
Fixes # (IEP-1106)
Type of change
How has this been tested?
Test Configuration:
Dependent components impacted by this PR:
Checklist
Summary by CodeRabbit
Refactor:
getServerLaunchTimeoutSeconds()method inbundles/com.espressif.idf.debug.gdbjtag.openocd/src/com/espressif/idf/debug/gdbjtag/openocd/dsf/GdbServerBackend.java. This change improves the efficiency and performance of the code by retrieving the timeout value from preferences and assigning it to a variable. It also includes a debug mode print statement for the timeout value. These changes do not impact end-users directly but contribute to the overall stability and maintainability of the application.