Author Topic: Compiler and debugger plugins  (Read 2992 times)

Offline Buongiorno

  • Multiple posting newcomer
  • *
  • Posts: 10
Compiler and debugger plugins
« on: July 04, 2020, 02:48:04 am »
http://wiki.codeblocks.org/index.php/Compiler_plugin - Compiler Plugin


The Compiler plugin provides the compilers cited( GNU [...], Microsoft Visual [...], Borland [...]. Or if you have one of them, you can use them in CodeBlocks?

Is it the same with the Debugger plugin?
It provides GNU/GDB, MS CDB or if you have one of them, you can use them in CodeBlocks?

Offline Buongiorno

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Compiler and debugger plugins
« Reply #1 on: July 04, 2020, 02:53:09 am »
Is the compiler which can be installed together the "GNU[...]"?
And that program is only a compiler or comes with a debugger?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiler and debugger plugins
« Reply #2 on: July 04, 2020, 11:41:04 am »
Your questions aren't clear. What do you mean exactly?
(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!]

Offline Buongiorno

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Compiler and debugger plugins
« Reply #3 on: July 04, 2020, 02:59:42 pm »
Thank you for your attetion.

The compiller plugin, when I install it, it's come with the compillers mentioned or the that plugin is just to use with that compillers? ( Interface, like mentioned in the link).
  Something like that with debugger plugin.

If it is an interface, it's like this: the plugin just will work with the compiller which I have installed in my computer?



Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiler and debugger plugins
« Reply #4 on: July 04, 2020, 07:38:23 pm »
Yes, you install separate compiler and debuggers.
Then you tell C::B where to find then and what settings to pass to them.
There is a windows installer which provides compiler/debugger, but they aren't mandatory.
(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!]