Where to get the debuginfo package?  What's its name?  This is the CodeBlocks I have:
=============
$ yum info codeblocks
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.web-ster.com
 * epel: mirror.hmc.edu
 * epel-source: mirror.hmc.edu
 * extras: mirror.pac-12.org
 * updates: pubmirrors.dal.corespace.com
Installed Packages
Name        : codeblocks
Arch        : x86_64
Version     : 13.12.svn.10091
Release     : 1.el7
Size        : 12 M
Repo        : installed
From repo   : jenslody-codeblocks
Summary     : OpenSource Cross Platform Free C++ IDE
URL         : 
http://www.codeblocks.org/License     : GPLv3+
Description : Code::Blocks is the open-source, cross-platform Integrated Development Environment (IDE).
            : 
            : It is based on a self-developed plugin framework allowing unlimited extensibility. Most of its functionality is already provided by plugins.
            : 
            :  Plugins included in the base package are:
            :   * Compiler frontend to many free compilers
            :   * Debugger frontend for GDB (and CDB for windows platforms)
            :   * Source formatter (based on AStyle)
            :   * Wizard to create new C++ classes
            :   * Code-completion / symbols-browser (work in progress)
            :   * Default MIME handler
            :   * Wizard to create new Code::Blocks plugins
            :   * To-do list
            :   * Extensible wizard based on scripts
            :   * Autosave (saves your work in the unfortunate case of a crash)
===========
What should I do to get the debug information you need?  The crash only happens in batch mode where a master shell script calls individual script of each project that invoked CB command line.  It works fine if I run build script of each project.
There is no way to attach a debugger for this since it is called by shell.