CodeBlocks debugger stopped working












0














My debugger stopped working. When I try to debug a program (otherwise working fine), a blank terminal is opened. No program output is displayed on it but I can type there. Nothing like that happened before. I have not installed or removed anything.



OS = Ubuntu 18.04.1 LTS

CB Version = Code::Blocks 16.01

Compiler = GNU GCC Compiler 7.3.0

terminal = gnome-terminal



Build log:



-------------- Build: Debug in VLInt (compiler: GNU GCC Compiler)---------------

g++ -Wall -fexceptions -g -Wnon-virtual-dtor -Wshadow -Winit-self -Wfloat-equal -Wunreachable-code -Wzero-as-null-pointer-constant -Wmain -pedantic-errors -pedantic -Wextra -Wall -std=c++11 -c "/media/lkh/Data2/E/C++ Projects/VLInt/vli.cpp" -o obj/Debug/vli.o
g++ -o bin/Debug/VLInt obj/Debug/vli.o obj/Debug/vliclass.o
Output file is bin/Debug/VLInt with size 73.69 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))


Debugger log:



Active debugger config: GDB/CDB debugger:Default
Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
Adding file: /media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt
Changing directory to: "/media/lkh/Data2/E/C++ Projects/VLInt/."
Set variable: LD_LIBRARY_PATH=.:
Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args "/media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt"
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git









share|improve this question



























    0














    My debugger stopped working. When I try to debug a program (otherwise working fine), a blank terminal is opened. No program output is displayed on it but I can type there. Nothing like that happened before. I have not installed or removed anything.



    OS = Ubuntu 18.04.1 LTS

    CB Version = Code::Blocks 16.01

    Compiler = GNU GCC Compiler 7.3.0

    terminal = gnome-terminal



    Build log:



    -------------- Build: Debug in VLInt (compiler: GNU GCC Compiler)---------------

    g++ -Wall -fexceptions -g -Wnon-virtual-dtor -Wshadow -Winit-self -Wfloat-equal -Wunreachable-code -Wzero-as-null-pointer-constant -Wmain -pedantic-errors -pedantic -Wextra -Wall -std=c++11 -c "/media/lkh/Data2/E/C++ Projects/VLInt/vli.cpp" -o obj/Debug/vli.o
    g++ -o bin/Debug/VLInt obj/Debug/vli.o obj/Debug/vliclass.o
    Output file is bin/Debug/VLInt with size 73.69 KB
    Process terminated with status 0 (0 minute(s), 1 second(s))
    0 error(s), 0 warning(s) (0 minute(s), 1 second(s))


    Debugger log:



    Active debugger config: GDB/CDB debugger:Default
    Building to ensure sources are up-to-date
    Selecting target:
    Debug
    Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
    Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
    Adding file: /media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt
    Changing directory to: "/media/lkh/Data2/E/C++ Projects/VLInt/."
    Set variable: LD_LIBRARY_PATH=.:
    Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args "/media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt"
    done
    Registered new type: wxString
    Registered new type: STL String
    Registered new type: STL Vector
    Setting breakpoints
    Debugger name and version: GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git









    share|improve this question

























      0












      0








      0







      My debugger stopped working. When I try to debug a program (otherwise working fine), a blank terminal is opened. No program output is displayed on it but I can type there. Nothing like that happened before. I have not installed or removed anything.



      OS = Ubuntu 18.04.1 LTS

      CB Version = Code::Blocks 16.01

      Compiler = GNU GCC Compiler 7.3.0

      terminal = gnome-terminal



      Build log:



      -------------- Build: Debug in VLInt (compiler: GNU GCC Compiler)---------------

      g++ -Wall -fexceptions -g -Wnon-virtual-dtor -Wshadow -Winit-self -Wfloat-equal -Wunreachable-code -Wzero-as-null-pointer-constant -Wmain -pedantic-errors -pedantic -Wextra -Wall -std=c++11 -c "/media/lkh/Data2/E/C++ Projects/VLInt/vli.cpp" -o obj/Debug/vli.o
      g++ -o bin/Debug/VLInt obj/Debug/vli.o obj/Debug/vliclass.o
      Output file is bin/Debug/VLInt with size 73.69 KB
      Process terminated with status 0 (0 minute(s), 1 second(s))
      0 error(s), 0 warning(s) (0 minute(s), 1 second(s))


      Debugger log:



      Active debugger config: GDB/CDB debugger:Default
      Building to ensure sources are up-to-date
      Selecting target:
      Debug
      Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
      Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
      Adding file: /media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt
      Changing directory to: "/media/lkh/Data2/E/C++ Projects/VLInt/."
      Set variable: LD_LIBRARY_PATH=.:
      Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args "/media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt"
      done
      Registered new type: wxString
      Registered new type: STL String
      Registered new type: STL Vector
      Setting breakpoints
      Debugger name and version: GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git









      share|improve this question













      My debugger stopped working. When I try to debug a program (otherwise working fine), a blank terminal is opened. No program output is displayed on it but I can type there. Nothing like that happened before. I have not installed or removed anything.



      OS = Ubuntu 18.04.1 LTS

      CB Version = Code::Blocks 16.01

      Compiler = GNU GCC Compiler 7.3.0

      terminal = gnome-terminal



      Build log:



      -------------- Build: Debug in VLInt (compiler: GNU GCC Compiler)---------------

      g++ -Wall -fexceptions -g -Wnon-virtual-dtor -Wshadow -Winit-self -Wfloat-equal -Wunreachable-code -Wzero-as-null-pointer-constant -Wmain -pedantic-errors -pedantic -Wextra -Wall -std=c++11 -c "/media/lkh/Data2/E/C++ Projects/VLInt/vli.cpp" -o obj/Debug/vli.o
      g++ -o bin/Debug/VLInt obj/Debug/vli.o obj/Debug/vliclass.o
      Output file is bin/Debug/VLInt with size 73.69 KB
      Process terminated with status 0 (0 minute(s), 1 second(s))
      0 error(s), 0 warning(s) (0 minute(s), 1 second(s))


      Debugger log:



      Active debugger config: GDB/CDB debugger:Default
      Building to ensure sources are up-to-date
      Selecting target:
      Debug
      Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
      Adding source dir: /media/lkh/Data2/E/C++ Projects/VLInt/
      Adding file: /media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt
      Changing directory to: "/media/lkh/Data2/E/C++ Projects/VLInt/."
      Set variable: LD_LIBRARY_PATH=.:
      Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args "/media/lkh/Data2/E/C++ Projects/VLInt/bin/Debug/VLInt"
      done
      Registered new type: wxString
      Registered new type: STL String
      Registered new type: STL Vector
      Setting breakpoints
      Debugger name and version: GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git






      debugging code-blocks






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 12 '18 at 13:17









      Latchezar Christov

      12




      12



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100321%2fcodeblocks-debugger-stopped-working%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100321%2fcodeblocks-debugger-stopped-working%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei