Skip to content

Commit

Permalink
changes to verify process
Browse files Browse the repository at this point in the history
  • Loading branch information
alirana01 committed Aug 30, 2024
1 parent c736f3e commit 560de09
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 @@ -151,7 +151,7 @@ protected void provideDefaults(ILaunchConfigurationWorkingCopy config) throws Co
DefaultPreferences.GDB_SERVER_GDB_PORT_NUMBER_DEFAULT));
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 560de09

Please sign in to comment.