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

Click to edit watch items?

<< < (3/4) > >>

dmoore:
Github... (see my sig)

To compile, use the all target if building against self compiled C::B, otherwise use the cbplugin target to build agaibst system installed.

To use, just open a python script and start debugging (no project target support yet)

oBFusCATed:
I'd rather implement some autotools support for it, because this is how I build my plugins I use with C::B.
If you're interested you can look how I've done the gdbmi plugin, it is pretty simple and straight forward (for autotools)

Do you support attaching to running applications?

dmoore:
Re attach to process, not yet. rpdb supports this but it's a bit of work.

I doubt I will have time to set up the autotools stuff any time soon. Would be nice if we had a script that could generate the files from a plugin's cbp.

dmoore:

--- Quote from: oBFusCATed on March 12, 2014, 12:36:14 am ---I'd rather implement some autotools support for it, because this is how I build my plugins I use with C::B.
If you're interested you can look how I've done the gdbmi plugin, it is pretty simple and straight forward (for autotools)

--- End quote ---

Have you looked at cmake? Among its many nice tricks is its ability to generate Code::Blocks project files. (Would like to see more C::B integration with cmake, but unfortunately I don't have the time any time soon)

oBFusCATed:

--- Quote from: dmoore on March 15, 2014, 02:56:26 pm ---Have you looked at cmake?

--- End quote ---
No, but we might start using it at my company, so I'll probably have, too.


--- Quote from: dmoore on March 15, 2014, 02:56:26 pm ---Among its many nice tricks is its ability to generate Code::Blocks project files.

--- End quote ---
Last time I've tried it, it just generated makefile based projects, not proper projects.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version