Author Topic: can't debug any longer  (Read 7127 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
can't debug any longer
« on: June 19, 2005, 06:27:47 pm »
i don't exactly know since when this happened, but with the last cvs version (about 18th June 2005) i'm definitely no longer able to debug a freshly compiled instance of devel/codeblocks from a running output/codeblocks.

i get an error-messagebox complaining: "Another program instance is already running, aborting"

how can we debug codeblocks with this behaviour ?

ps.
my last backup where this didn't appear is from 29th May 2005

--------------------------------------
wxMSW 2.4.2, Mingw GCC 3.4.2

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
can't debug any longer
« Reply #1 on: June 19, 2005, 10:23:52 pm »
Go to Settings->Environment and disable the single instance option :)

Yiannis.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
can't debug any longer
« Reply #2 on: June 20, 2005, 05:54:32 am »
Um, this is an issue I'd like to talk about. When running the debugged version of codeblocks, I happen to change often workspaces (for testing) in the debug version. However, that configuration is saved and I don't want that to happen. So, what should we do with this?

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
can't debug any longer
« Reply #3 on: June 20, 2005, 05:56:05 am »
i didn't know of the existence of the "single instance" option - of course it works now -
thank's Yiannis

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
can't debug any longer
« Reply #4 on: June 20, 2005, 11:47:33 am »
Quote from: rickg22
Um, this is an issue I'd like to talk about. When running the debugged version of codeblocks, I happen to change often workspaces (for testing) in the debug version. However, that configuration is saved and I don't want that to happen. So, what should we do with this?


hi rick, normally i call the debuggee "devel/codeblocks.exe" with a parameter for a debug-project like "path-to/debug_project.cbp"
then you get rid of the default workspace modification.