Author Topic: debugging non c::b built executable  (Read 2589 times)

Offline cbexaminr

  • Multiple posting newcomer
  • *
  • Posts: 104
debugging non c::b built executable
« on: October 25, 2010, 05:28:18 pm »
Is there

A)a direct way to _load_ and debug an executable without having a codeblocks project for it?  (I'm aware that you can attach to an already running executable.)

B)a project type to host an existing executable, or a way to create a pseudo-project of some sort, to allow loading and debugging an executable (without requiring that the project also be able to build that executable)?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: debugging non c::b built executable
« Reply #1 on: October 25, 2010, 06:34:54 pm »
b) create console application, setup your paths and turn of "ensure application is up to date" in the debugger options
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]