dr_jumba Messages: 24 Registered: February 2006 Location: Ukraine
Promising Member
Hi,
604b4 under FreeBSD 6.0
Trying to work in debug mode in ide. Press Debug tab in the right bottom corner with a bug icon.
Any action done in Debug tab throws me to console tab. E.g. I press Locals and get to Console, or I enter a new variable to Watches and again get to Console.
dr_jumba Messages: 24 Registered: February 2006 Location: Ukraine
Promising Member
You are so quick in answers
I was late deleting "In a whole debugging works strange under FreeBSD"....
The same "strange" thing I have found now on Linux.
May its because I have done wrong installation steps.
I have made a link /home/user/upp to the folder '/somewhere/upp602rc' where the upp source distribution was extracted.
The problem is that I think that ide is confused with files /home/user/upp/.../anyfile1.cpp and /somewhere/upp602rc/.../anyfile1.cpp
dr_jumba Messages: 24 Registered: February 2006 Location: Ukraine
Promising Member
I have found that if some source file is in location which contains a link, then ide considers two different files.
E.g. I have in the root folder I have /home which is a link to /usr/home.
And then in ide I may have two files /home/user/upp/examples/Button/Button.cpp and /usr/home/user/upp/examples/Button/Button.cpp
When I debug ide shows both files and debug steps works only in the file with the full path without links.
After I have put upp distro to /usr/local/share/upp everything became ok and I have not encountered a bug I have written before with clicks on Locals, Auto.
So I guess there is something wrong when we have sources in the location which contain symbolic links.
The issue with a link was tested on both Linux and FreeBSD.