Re: XCode and debugging - Ugly workaround found.

2006-12-24 Thread Amedeo Mantica

Hello Valerio

MAKE SURE THERE ANE NO SPACE CHARACTERS IN YOUR PROJECT PATH !!

Regards
Amedeo

On 18/dic/06, at 19:31, Valerio Luccio wrote:

Well, my account is a network account with a network mounted home  
directory (via AFP, until recently it was NFS). If I use a "local"  
account (the admin account, to be precise), the debugger stops at  
the breakpoint, but it won't do it from my own network account. I  
have a feeling that it's some conflict between the way the home  
directory is specified and the actual disk where it lives (the home  
directory is a link to the network disk). A similar issue happens  
when running Matlab as root (the root home directory is located in / 
private/var/root but is specified as /var/root).


So, for now I have my workaround, but it's really ugly  I guess  
this is one more reason to switch to Eclipse 


--
Valerio Luccio  (212) 998-8736
Center for Brain Imaging4 Washington Place, Room 158
New York University New York, NY 10003

   "In an open world, who needs windows or gates?"

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/amedeo% 
40macintossicati.com


This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: XCode and debugging - Ugly workaround found.

2006-12-18 Thread Valerio Luccio
Well, my account is a network account with a network mounted home 
directory (via AFP, until recently it was NFS). If I use a "local" 
account (the admin account, to be precise), the debugger stops at the 
breakpoint, but it won't do it from my own network account. I have a 
feeling that it's some conflict between the way the home directory is 
specified and the actual disk where it lives (the home directory is a 
link to the network disk). A similar issue happens when running Matlab 
as root (the root home directory is located in /private/var/root but is 
specified as /var/root).


So, for now I have my workaround, but it's really ugly  I guess this 
is one more reason to switch to Eclipse 


--
Valerio Luccio  (212) 998-8736
Center for Brain Imaging4 Washington Place, Room 158
New York University New York, NY 10003

   "In an open world, who needs windows or gates?"

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: XCode and debugging

2006-12-18 Thread Valerio Luccio
I should have added that I've thought of switching to eclipse, but I 
need to fix a bug ASAP and don't have time to look into switching.


--
Valerio Luccio  (212) 998-8736
Center for Brain Imaging4 Washington Place, Room 158
New York University New York, NY 10003

   "In an open world, who needs windows or gates?"

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: XCode and debugging

2006-12-18 Thread Steve Quirk


For what it's worth, I've noticed that you have to place the breakpoint on 
a statement, not the function (method) declaration or there will be no 
stop.


As for other tools, you can try Eclipse.  Some people like it.  You'll 
trade XCode's gajillion windows+editor views to a maze of twisty 
perspectives all alike (yet none the one you're looking for).


- sq

On Mon, 18 Dec 2006, Valerio Luccio wrote:


Hi all,
I have a strange problem: sometime the debugger will not stop on break points 
that I have set when I run a WO app (I only use XCode for the WO app, so I 
don't know if it would do it with other programs). This does not always 
happen and often, but not always, I can make it stop by placing a call to a 
dummy function and place the break point in that function (really annoying). 
I've tried to delete completely the build directory in case something was 
amiss there, but to no avail. The problem first started appearing in the 
summer 2005 and I was hoping that with XCode upgrades (I am now on 2.4.1), 
but it persists.


Has anyone else seen this problem ? Is there another Java debugging tool I 
can run on OSX 10.4.8 ? Yes, I have tried jdb, but it's really painful.


Thanks,

--
Valerio Luccio  (212) 998-8736
Center for Brain Imaging4 Washington Place, Room 158
New York University New York, NY 10003

  "In an open world, who needs windows or gates?"

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/squirk%40mac.com

This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: XCode and debugging

2006-12-18 Thread Ken Anderson
I also had numerous such problems debugging WO with xcode.  I  
switched to Eclipse and WOLips and have never looked back.


On Dec 18, 2006, at 11:42 AM, Valerio Luccio wrote:


Hi all,
I have a strange problem: sometime the debugger will not stop on  
break points that I have set when I run a WO app (I only use XCode  
for the WO app, so I don't know if it would do it with other  
programs). This does not always happen and often, but not always, I  
can make it stop by placing a call to a dummy function and place  
the break point in that function (really annoying). I've tried to  
delete completely the build directory in case something was amiss  
there, but to no avail. The problem first started appearing in the  
summer 2005 and I was hoping that with XCode upgrades (I am now on  
2.4.1), but it persists.


Has anyone else seen this problem ? Is there another Java debugging  
tool I can run on OSX 10.4.8 ? Yes, I have tried jdb, but it's  
really painful.


Thanks,

--
Valerio Luccio  (212) 998-8736
Center for Brain Imaging4 Washington Place, Room 158
New York University New York, NY 10003

   "In an open world, who needs windows or gates?"

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/lists% 
40anderhome.com


This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


XCode and debugging

2006-12-18 Thread Valerio Luccio

Hi all,
I have a strange problem: sometime the debugger will not stop on break 
points that I have set when I run a WO app (I only use XCode for the WO 
app, so I don't know if it would do it with other programs). This does 
not always happen and often, but not always, I can make it stop by 
placing a call to a dummy function and place the break point in that 
function (really annoying). I've tried to delete completely the build 
directory in case something was amiss there, but to no avail. The 
problem first started appearing in the summer 2005 and I was hoping that 
with XCode upgrades (I am now on 2.4.1), but it persists.


Has anyone else seen this problem ? Is there another Java debugging tool 
I can run on OSX 10.4.8 ? Yes, I have tried jdb, but it's really painful.


Thanks,

--
Valerio Luccio  (212) 998-8736
Center for Brain Imaging4 Washington Place, Room 158
New York University New York, NY 10003

   "In an open world, who needs windows or gates?"

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com