Skip to content

Commit

Permalink
Revert "changes to verify process"
Browse files Browse the repository at this point in the history
This reverts commit 560de09.
  • Loading branch information
alirana01 committed Sep 16, 2024
1 parent 5d7eeee commit cde900f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundles/com.espressif.idf.debug.gdbjtag.openocd/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
resolver="com.espressif.idf.debug.gdbjtag.openocd.SvdPathResolver">
</variable>
</extension>
<!-- <extension
<extension
point="org.eclipse.debug.core.processFactories">
<processFactory
class="com.espressif.idf.debug.gdbjtag.openocd.dsf.process.CustomIdfProcessFactory"
Expand All @@ -165,7 +165,7 @@
class="com.espressif.idf.debug.gdbjtag.openocd.dsf.console.IdfProcessConsoleFactory"
label="IDF Process Console">
</consoleFactory>
</extension>-->
</extension>
<extension
point="org.eclipse.debug.core.statusHandlers">
<statusHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ protected void provideDefaults(ILaunchConfigurationWorkingCopy config) throws Co
config.setAttribute(IGDBJtagConstants.ATTR_PORT_NUMBER, availableRemotePort);
}

// config.setAttribute(DebugPlugin.ATTR_PROCESS_FACTORY_ID, CustomIdfProcessFactory.ID);
config.setAttribute(DebugPlugin.ATTR_PROCESS_FACTORY_ID, CustomIdfProcessFactory.ID);
}

// ------------------------------------------------------------------------
Expand Down

0 comments on commit cde900f

Please sign in to comment.