![]() |
Eclipse - Debugging
Hi, I have problem in eclipse. When I run debug I get this error.
Code:
Could not find gdb version for native-gdb --version |
Re: Eclipse - Debugging
OK I solved it. I have other problem. I run program from eclipse debugger and it crashed. I did it from pure gdb and I got this error:
Code:
(gdb) run main.cpp Code:
#include <QApplication> Code:
#ifndef WINDOW_H Code:
#include <QtGui> |
Re: Eclipse - Debugging
I think the variable "window" could be unitialized in your code. Could you try changing
Code:
Window window; Code:
Window window = new Window(); |
All times are GMT. The time now is 07:09. |
vBulletin® Version 3.8.8