Author Topic: How to debug using CodeBlocks with plugin project  (Read 4629 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2770
How to debug using CodeBlocks with plugin project
« on: February 04, 2008, 07:27:42 pm »
How do you test a plugin when the plugin is in the workspace?

Whenever I have a non-activated plugin in the workspace with the active CodeBlocks project, then try to debug it, I get the following msg.

I can't seem to find "where" to specify a host. It doesn't appear to be under project properties or options.

I I remove the plugin project, CodeBlocks debugs just fine, but then I have no breakpoints in the plugin.

How can I make the debugger understand that it's the CodeBlocks project that's active.

« Last Edit: February 04, 2008, 07:51:07 pm by Pecan »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: How to debug using CodeBlocks with plugin project
« Reply #1 on: February 04, 2008, 11:04:21 pm »
You can define the host application with Project->Set program's arguments
Be patient!
This bug will be fixed soon...