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 ---

Navigation

[0] Message Index

[*] Previous page

Go to full version