On 03/11/2013 01:12, Anthony Walter wrote:
If it helps, I made a short 2 minute video recording of the problem. The microphone wasn't connected properly, so there is no audio, but I think you'll get the idea.

Basically what the video shows is me going through the options screens showing the settings. I am using ggdb, which is the macports version of gdb (Xcode no longer comes with gdb). When I run my program ity doesn't come to the front. I cannot change the order of my program. I am clicking on my program in the video when you see the black circles. I cannot interact with it at all (including resizing the window). When I set IDE options debugger to none (instead of gdb) and run the program again, it works normally.

http://youtu.be/BNir5why_4A

looks as I would expect.

The problem is, I cant test it myself.
I only base this, on the feedback others gave. And IIRC someone got it running like that. (IIRC used fink or something instead of Macports. No idea if that makes a difference)

To be sure, if you copy the long app-in-bundle name, and call this from a terminal, then it works?

what if you call gdb from a terminal?
ggdb -i mi

and then in gdb
-file-exec-and-symbols longname
-exec-run
and hit return after each line?


------
Create a log.
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session

you can send it, but you can also check yourself.

it should say
-file-exec-and-symbols longname





--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to