Wrong Warning and error opening terminal for debugging
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
anjuta (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: anjuta
Description: Ubuntu 9.10 german
Release: 9.10
anjuta:
Installiert: 2:2.28.0.0-0ubuntu3
Kandidat: 2:2.28.0.0-0ubuntu3
Versions-Tabelle:
*** 2:2.28.0.0-0ubuntu3 0
500 http://
100 /var/lib/
I created a simple c project with defaults (even name foobar-sample) and build it using debug-configura
A Warning pops up asking if I am sure to debug an application built without debuggingconfig
I bypass this popup, next there comes an error message "Terminal zur Fehlerdiagnose kann nicht gestartet werden.". In english it is something like "Terminal could not be started for debugging". I do not get a terminal, so no program output either.
I should mention that debugging itself is working. I can execute the Program step by step, set breakpoints, get local variables, and so on.
I expect that no wrong warnigs pop up and the terminal should open for debugging.
The problem is within the anjuta source code. Anjuta tries to start anjuta_launcher, but the filename is called anjuta-launcher. Symlink /usr/bin/ anjuta- launcher to /usr/bin/ anjuta_ launcher fixes this problem.