-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows users: what has been your experience with gdbgui? #149
Comments
When I try to open a file, it always report like this: What should I do? Update: I tried to upgrade my Cygwin, and it works. |
@dimpurr , glad you got it working!
How were you using it before you upgraded Cygwin? With an old version of Cygwin, MinGW, or something else? |
@cs01 Yeah, I'd tried Cygwin (old version), git bash, PowerShell, CMD. |
@dimpurr I looked into this and made some changes. gdbgui should now work with with MinGW in cmd/powershell. There is also a windows binary available at gdbgui.com. |
I do not know about cygwin and mingW, but I want to use this for cl.exe(Visual Stduio) compiled executable, maybe a new debug protocol or some way. |
I have compiled PIVX project using mingw in debug mode on Windows 10 x64. Gdbgui reports "File not found: /mnt/c/PIVX/src/qt/pivx.cpp". Any advice? |
Thanks for this interesting software, however, I can not use it on Windows. I'm using gcc on WSL and as a result I don't get .exe files after compilation, but gdbgui asks for exe files. |
WSL is basically a linux emulation, so gcc will generate linux executables, not windows executables. |
I use Mingw on widows since I prefer that build system. I have the same problem @dimpurr mentioned, that I cannot load source files in the gui. Specifically what happens is this: "fetch source files" works, and lists the correct source files, but loading a source file fails. So the source file |
I am using gdbgui with WSL and a GUI Tool called "GWSL". When I try to access it in my Windows browser, it doesn't work. I also installed firefox on WSL and ran it there, but that didn't work either. Compiled with gcc. It does show the Dashboard though, in both browsers, so that connection seems to work It just can't access the filesystem, maybe? |
I tried to open gdb in the dashboard with the command "gdb <filepath>". Now it just opens a gdb session, crashes immediately and opens a new session. It opened and closed 100 sessions in the last 2 minutes. |
When I try to run gdbgui on my windows it generates the following error: |
Since I'm not a Windows user, I rely on user feedback regarding gdbgui compatibility. In general, I don't really see why gdb would be used on windows since it's oriented toward linux. Can it even be used without some sort of unix emulation (such as cygwin)?
The following questions are of interest:
Thanks!
The text was updated successfully, but these errors were encountered: