Author Topic: Debugging a makefile based program?  (Read 2565 times)

Offline visir

  • Multiple posting newcomer
  • *
  • Posts: 76
Debugging a makefile based program?
« on: May 27, 2017, 08:11:52 pm »
Is it possible to debug some project without rewriting makefile into a codeblocks project?

I'll probably do that anyway, but this seems time consuming, just curious if there is a faster way.
« Last Edit: May 27, 2017, 08:13:28 pm by visir »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugging a makefile based program?
« Reply #1 on: May 27, 2017, 10:43:56 pm »
Yes, it should be possible. You should set the output filename and execution working dir for your target.
If it doesn't we could try to fix it.
(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!]