Author Topic: Debugging an existing project which is already compiled in codeblocks in Ubuntu  (Read 3101 times)

ankush

  • Guest
I have a big c/c++ project which is already built & already has an executable file. The project has some unit test files there which need to be debugged. In VS code we have launch.json file where we can give a test case name with args if any & it works. I am trying to get this info on how to setup Code blocks but couldn't find it. I believe there is already supported just am not able to figure it out. Any pointers would be helpful.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Project -> Set program's arguments.
(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!]