Debug Error: mi_cmd_stack_list_frames: No stack [message #171462] |
Wed, 14 June 2006 19:43  |
Eclipse User |
|
|
|
Originally posted by: eclipse.dharty.com
I'm trying to debug a process which I can run fine. I'm getting the
error shown in the Subject. To debug my inability to debug, I created a
simple hello world app and tried to debug it. It runs fine.
When I debug the executable (gnu on windows) I get a popoup saying that
"Execution is Susupended because of an Error" with the following Details:
"You can't do that without a process to debug."
The console outputs the following:
mi_cmd_stack_list_frames: No stack.
Warning: /src/java/CDTTest/.settings;C: No such file or directory.
Warning: /src/java/CDTTest;C: No such file or directory.
Warning: /c/src/java/CDTTest/C: No such file or directory.
You can't do that without a process to debug.
This is very similar to the output I get in my "real" application. I'm
not sure why all the file/directories are being post-fixed with "C:"
Any thoughts?
Thanks,
|
|
|
|
Re: Debug Error: mi_cmd_stack_list_frames: No stack [message #171476 is a reply to message #171466] |
Thu, 15 June 2006 13:36   |
Eclipse User |
|
|
|
Originally posted by: eclipse.dharty.com
Well, I didn't think that would work, but I tried it anyway.
I had created a test project just to test the problem, and the new
project had the problem from the get go. I did as you suggested, but
when I recreated the project files, the error still occurs.
Thanks though.
Anyone else?
Marko Nikolic wrote:
> David H wrote:
>
>> I'm trying to debug a process which I can run fine. I'm getting the
>> error shown in the Subject. To debug my inability to debug, I created
>> a simple hello world app and tried to debug it. It runs fine.
>>
>> When I debug the executable (gnu on windows) I get a popoup saying
>> that "Execution is Susupended because of an Error" with the following
>> Details:
>> "You can't do that without a process to debug."
>>
>> The console outputs the following:
>>
>> mi_cmd_stack_list_frames: No stack.
>
>
> Hello,
>
> I had similar problem before, application runs fine, but debugger
> complains with the same error as you have. Solution was to delete
> project files and recreate them again. I am not sure if there is some
> other (better) solution, but this worked for me.
>
> Marko
|
|
|
Re: Debug Error: mi_cmd_stack_list_frames: No stack [message #171631 is a reply to message #171476] |
Mon, 19 June 2006 16:14  |
Eclipse User |
|
|
|
Originally posted by: eclipse.dharty.com
Solution:
Add the cygwin path to the global windows environment, or set it in a
batch file which then launches eclipse eg:
set PATH=c:\usr\cygwin\bin;%PATH%
start C:\usr\eclipse-3.1.2\eclipse.exe
David H wrote:
> Well, I didn't think that would work, but I tried it anyway.
>
> I had created a test project just to test the problem, and the new
> project had the problem from the get go. I did as you suggested, but
> when I recreated the project files, the error still occurs.
>
> Thanks though.
>
> Anyone else?
>
>
> Marko Nikolic wrote:
>
>> David H wrote:
>>
>>> I'm trying to debug a process which I can run fine. I'm getting the
>>> error shown in the Subject. To debug my inability to debug, I
>>> created a simple hello world app and tried to debug it. It runs fine.
>>>
>>> When I debug the executable (gnu on windows) I get a popoup saying
>>> that "Execution is Susupended because of an Error" with the following
>>> Details:
>>> "You can't do that without a process to debug."
>>>
>>> The console outputs the following:
>>>
>>> mi_cmd_stack_list_frames: No stack.
>>
>>
>>
>> Hello,
>>
>> I had similar problem before, application runs fine, but debugger
>> complains with the same error as you have. Solution was to delete
>> project files and recreate them again. I am not sure if there is some
>> other (better) solution, but this worked for me.
>>
>> Marko
|
|
|
Powered by
FUDForum. Page generated in 0.03305 seconds