News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

how to start a plugin developing

Started by sidney, November 03, 2006, 11:04:55 PM

Previous topic - Next topic

sidney

i'm a newcomer for codeblock, even a newcomer for software developing.  our company wants to develop a plugin about debug function, what may i begin with?
the project need to use codeblock as our SOC chip's IDE tool. and it use usb port as debug port. we need to develop usb debug software(or library) to let the codeblock can connector to our SOC chip. i'm a hardware engineer, and now a PM, what may i begin with?
thanks for any advices:)

Pecan

#1
   //-- Wiki Index
    CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Search the wiki index for "plugin".
Also, read the CodeBlocks code for the GDB debugger plugin.



Use the plugin wizard to write your own simple plugin.
Menu=>New=>Project=>Code::Blocks Plugin

sidney

thank you for your help. i'll study them :D