Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

How to exclude the other plugins when debugging

<< < (2/2)

ollydbg:
I'm going to commit this hack patch to svn repo if other devs don't have objections.

Thanks.

ollydbg:
I committed this change in svn repo now, rev 13048.


EDIT

If you want to debug both compiler plugin and codecompletion plugin, you need to specify this section of the "debug-plugin.conf" like below:


--- Code: --- <BATCH_BUILD_PLUGINS>
<astr>
<s>
<![CDATA[compiler.dll]]>
</s>
<s>
<![CDATA[codecompletion.dll]]>
</s>
</astr>
</BATCH_BUILD_PLUGINS>

--- End code ---

EDIT2 in 2025-02-08, the whole plugins section in the cbp file should like below


--- Code: --- <plugins>
<TRY_TO_ACTIVATE>
<str>
<![CDATA[]]>
</str>
</TRY_TO_ACTIVATE>
<INSTALL_GLOBALLY bool="1" />
<INSTALL_CONFIRMATION bool="1" />
<BATCH_BUILD_PLUGINS>
<astr>
<s>
<![CDATA[compiler.dll]]>
</s>
<s>
<![CDATA[codecompletion.dll]]>
</s>
</astr>
</BATCH_BUILD_PLUGINS>
</plugins>

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version