Inferior not executing ???
Inferior not executing ???
- Subject: Inferior not executing ???
- From: Yves Poissant <email@hidden>
- Date: Wed, 22 Mar 2006 11:46:01 -0800
Still debugging my library. I come to a point, while tracing through the
execution calls, where I click on "Step Into" and then, instead on
displaying the function with the execution pointer in it. xcode just stays
there doing nothing. Not frozen, just doing nothing. It displays "Stepping
into" in the status bar but that's all. If I click on "Pause" the DBG
console displays two consecutive message :
mi_cmd_exec_interrupt: inferior not executing
mi_cmd_exec_interrupt: inferior not executing
>From the manual, this message is output when an interrupt command is entered
for a process that is already interrupted. So I conclude that when I clicked
on "Step Into" the result was that the process was actually interrupted.
Is my logic straight?
Anyone know what is happening?
And how to avoid that?
Could this be related to xcode not displaying members of classes in that
module?
If I place a breakpoint at the begining of the called function, then the
debugger breaks in there normally. But if I don't place a breakpoint, then
the debugger just does nothing.
Yves Poissant
www.hash.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden