Giter Site home page Giter Site logo

Comments (6)

RafaelLeeImg avatar RafaelLeeImg commented on May 7, 2024 1

Yesterday, I installed gdbfrontend with pip, the version is:
gdbfrontend 0.11.0
Operating System: Debian GNU/Linux bookworm/sid x86_64
Kernel version: 5.16.0-3-amd64

Today I also tried commit 9fba9fc - (2 weeks ago) Bump version v0.11.0-beta, the problem is partly solved but not fully.
9fba9fce
I checked the code in run.py, it will change dir to the working directory, but that happens after the gdb args are parsed. Leaving the executable not found. Change directory should be done before invoke gdb.

" \"cd " + config.WORKDIR + "\"" +

from gdb-frontend.

rohanrhu avatar rohanrhu commented on May 7, 2024

Hiii @RafaelLeeImg thank youu for reporting. I'm looking.

from gdb-frontend.

rohanrhu avatar rohanrhu commented on May 7, 2024

Hiii again @RafaelLeeImg

Can you provide these informations?:

  • GDBFrontend version
  • OS

from gdb-frontend.

rohanrhu avatar rohanrhu commented on May 7, 2024

The working directory is "~/.local/lib/python3.7/site-packages/gdbfrontend" after I ran the command

This sounds very interesting, because with v0.11.0-beta it must be setting the working directory to current directory that you run it.

Are you sure for you are using v0.11-beta?

from gdb-frontend.

rohanrhu avatar rohanrhu commented on May 7, 2024

@RafaelLeeImg I removed changing directory to GDBFrontend directory in runner.

Can you try try this latest revision? 022dd9a

from gdb-frontend.

rohanrhu avatar rohanrhu commented on May 7, 2024

Fixed with Remove module main chdir for /usr/bin script

There was a missing issue with /usr/bin run script, I just found out it and fixed.

Also v0.11.2-beta is released with this fix.

from gdb-frontend.

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.