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 256024 - stack frames longer than the width of the "call stack" pane are unreadable
Summary: stack frames longer than the width of the "call stack" pane are unreadable
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
: 269929 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-10-19 16:39 UTC by tbrunhoff
Modified: 2017-04-12 11:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
unreadable stack frame (86.26 KB, image/jpeg)
2015-10-19 16:39 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2015-10-19 16:39:27 UTC
Created attachment 156807 [details]
unreadable stack frame

In some of the code we have, gdb's rendition of the stack frames can be very long.  When they are longer than the width of the window, the *active* frame is unreadable.  If I double click on a different stack frame (that one may become unreadable, but...) the un-selected stack frame will become readable.

See attached.


Product Version: NetBeans IDE Dev (Build 201510120002)
Updates: Updates available
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Linux version 3.14.27-100.fc19.x86_64 running on amd64; UTF-8; en_US (nb)
User directory: /home/toddb/.netbeans/dev
Cache directory: /home/toddb/.cache/netbeans/dev
Comment 1 tbrunhoff 2016-11-29 17:28:37 UTC
This is still an issue.
Comment 2 Maria Tishkova 2017-04-10 11:41:49 UTC
*** Bug 269929 has been marked as a duplicate of this bug. ***
Comment 3 Maria Tishkova 2017-04-12 11:57:46 UTC
I suggest to uncheck
Tools->Options>C/C++>Debugging
Show arguments values in Call Stack And Debugging View
which makes function string shorter 

I could not re-produce the problem even when the line string was 40 times per 40 symbols (just tried to concatenate to see the problem)