Giter Club home page Giter Club logo

Comments (5)

JanKok avatar JanKok commented on May 29, 2024

Thanks for providing this feature. I have a couple of problems with it.

  1. The first line of the new terminal window displays: &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n". The terminal window basically works, though. My program can read and write to it.
  2. Each time I start my program in Code, I get a new terminal window. The old one isn't closed or reused. Maybe there should be some options to control what happens to the previous terminal.

from code-debug.

WebFreak001 avatar WebFreak001 commented on May 29, 2024
  1. thats something to do with your OS. For example on linux mint i had that issue too but on arch I don't have it anymore. Need to look into those permission things.
  2. I didn't find a way to close it automatically because GDB doesn't send any signal to it. I can maybe manually hold a reference to the console and close it then

from code-debug.

LaurentTreguier avatar LaurentTreguier commented on May 29, 2024

I don't know if reviving an old issue is a good idea, but I'm having the exact same problems as @JanKok and I've noticed that Microsoft's cpptools extension manages to somehow work them out. It finds out the default terminal, doesn't display this first line and closes it when the program ends... I have no idea how they are doing it though.

from code-debug.

WebFreak001 avatar WebFreak001 commented on May 29, 2024

Hm I can probably also make it close when gdb stops because I can just hold a reference to the PID of the terminal. But I would have no idea how to fix that first line

from code-debug.

LaurentTreguier avatar LaurentTreguier commented on May 29, 2024

I just tried looking into cpptools' code to see if I could get something out of it, but it looks like they use a bunch of precompiled dll's and binaries bundled with the extension...

from code-debug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.