Bug 13442

Summary: fpc-ide: debugger doesn't work
Product: Sisyphus Reporter: kirill <kirill>
Component: fpcAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: critical    
Priority: P2 CC: cas, sbolshakov
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on: 8899    
Bug Blocks:    
Attachments:
Description Flags
spec diff none

Description kirill 2007-11-16 13:40:34 MSK
В IDE при попытке вызвать debugger (CTRL+F7) выдается сообщение "No debugger
support available".
+Установка GDB не приводит ни к каким изменениям.

Установка версии 2.2.0 из rpm от freepascal.org снимает эту проблему.
Comment 1 Sergey Bolshakov 2007-11-16 13:51:24 MSK
=> maintainer
Comment 2 Slava Dubrovskiy 2007-11-16 14:11:43 MSK
Раньше пробовал добавить поддержку, но не заработало, т.к. нужны статические
файлы от gdb. Посмотрю что изменилось.
Comment 3 Slava Dubrovskiy 2007-11-16 14:23:05 MSK
To compile the IDE you need to choose whether to build with or without
debugger (gdb) support. When debugger support is used a check will be
done if libgdb.a is available. If this is not available then it will
automatically fallback to create the IDE without debugger support.

У нас нет libgdb.a поэтому сделать поддержку debug не могу.
Comment 4 Slava Dubrovskiy 2007-11-16 14:26:52 MSK
Можете проголосовать за https://bugzilla.altlinux.org/show_bug.cgi?id=8899
Comment 5 Sergey Bolshakov 2007-11-16 19:33:16 MSK
Created attachment 2280 [details]
spec diff

потребные изменения в спеке для сборки с libgdb
Comment 6 Slava Dubrovskiy 2007-11-19 18:36:16 MSK
in fpc-2.2.0-alt2