This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269340

Summary: If user selected LLDB, then "Upgrade your GDB to use The Debugger Console" message appears
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2016-12-14 20:54:49 UTC
I see this bug on Ubuntu 16.10 or MacOS X 10.11

Scenario:
- Open Options window
- Select "C/C++" and "Build Tools" tab
- Add CLang tool collection
- Add /usr/bin/lldb-mi debugger
- Press OK button
- Create any C/C++ project
- Call context menu on projects and select Step Into
- Push Window|Debugging|Window Debugging main menu item
- Type any command. For example "version"
==> "Upgrade your GDB to use The Debugger Console" message appears
- Press OK
==> In Debugger Console tab I see "lldb 3.8.1 ( revision )" answer (MacOS X returns other value)
Next command works nicely. I can use 'n' and 'c' without warnings.
Comment 1 Maria Tishkova 2017-04-05 09:00:03 UTC
Will show information message^
The current debugger version need to be updated to support The Debugger Console fully. \nThe IDE UI can not be update in time but restricted functionality is supported.

User can use "Do not show again" checkbox to hide this message 

fixed in 

changeset:   315169:e421dc370064
branch:      release82
tag:         tip
parent:      315147:ed34d50d0e50
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Wed Apr 05 11:44:18 2017 +0300
Comment 2 Quality Engineering 2017-04-11 01:53:27 UTC
Integrated into 'main-silver', will be available in build *201704110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c572d41ae03c
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#269340 - If user selected LLDB, then "Upgrade your GDB to use The Debugger Console" message appears
and
bz#268840 - Upgrade your GDB message
Message is changed to not confuse the user and Do not show again checkbox is added.
(transplanted from e421dc370064a3616361bcc1171d951936628b3e)
Comment 3 ilia 2017-04-12 12:46:50 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=269340 Changesets:
    http://hg.netbeans.org/releases/rev/e421dc370064 # fixed bz#269340 - If user selected LLDB, then "Upgrade your GDB to use The Debugger Console" message appears
Comment 4 soldatov 2017-04-19 13:57:48 UTC
Verified in NetBeans IDE 8.2 (Build 201704181436)

1) "The current debugger version need to be updated to support The Debugger Console fully." window appears.
2) Window has "Do not show again" checkbox.