Insight is a graphical front-end for GDB, the GNU Debugger, developed by RedHat. Its development has been stopped in July 2009 with the version 6.8 of GDB.
Questions tagged [insight]
24 questions
26
votes
2 answers
Using a stackdump from Cygwin executable
So I wrote buggy code that occasionally crash ... and creates a stackdump file.
Using addr2line I can figure out how the program got to the crash point by decoding the addresses from the stackdump one by one. Is there an alternative tool that can…

Gerhard
- 6,850
- 8
- 51
- 81
6
votes
1 answer
Insight debugger shows wrong values in registers
I'm using the Insight debugger on my 64-bit Mac-to-Linux computer.
It's telling me that the result of mov ebx, 1739 is 0xcc00cccb in EBX. EAX gets 0x1bf as expected, but the multiply result is also weird (when it should fit into a 32-bit…

ABC DEF
- 91
- 6
6
votes
2 answers
how to debug an NASM assembly program requiring user input?
I'm going through jeff's amazing book assembly step by step, and I am on chapter 8 where he shows an example of an assembly program that takes a file from the user this way:
SECTION .bss ; Section containing uninitialized data
…

Alex Gordon
- 57,446
- 287
- 670
- 1,062
5
votes
1 answer
How do I remove a Facebook "Insights For My Domain" Reference
I have Facebook "Insights For My Domain" added to my Facebook Insights account. I have an old domain that is no longer in use and would like to remove the domain from my Facebook Insights account. Can you please direct me to some directions…

Nick Berardi
- 54,393
- 15
- 113
- 135
5
votes
1 answer
Why does register eax show up as 0xccffffff in debugger after executing mov eax,0FFFFFFFFh
Instructions from my beginners book "Assembly Language Step-by-Step" has
line: mov eax,0FFFFFFFFh. After freshly loading the program into the debugger 'Insight' the value of eax starts out as 0x0, but after line mov eax, 0FFFFFFFFh eax becomes…
user12081821
5
votes
3 answers
How to change Motif theme in DDD and Insight to something more pleasant?
I have Tk version 8.5.3 installed, theming engine support added since 8.5. Still, I don't know how to use themes, default Motif is just ugly:
Screenshot

sph
- 51
- 1
- 2
3
votes
1 answer
Return Facebook Insight Data for Domain using JavaScript
I'm looking for a very simple "hello world" type of example that will help me understand how to use JavaScript to retrieve the Insight data for my domain.
I want to return the total number of Likes (domain_like_adds) for the day on my website, but…

HWD
- 1,547
- 7
- 36
- 72
3
votes
0 answers
67k Stories Published with 0 Story Impressions
My Facebook Insights is showing I have 67k stories published within the last month but ZERO Story Impressions screenshot. Have I set something up incorrectly? How can this be possible?

Gabe Polk
- 49
- 2
- 5
2
votes
0 answers
Java. YouTube API. AuthenticationException.
I'm facing 'authentication issue' in youtube api. to get the insight data csv file link. Here is my code.
package sample.youtube;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import…

MikA
- 5,184
- 5
- 33
- 42
2
votes
1 answer
alá insight for windows
I am trying to install insight debugger on my windows 7 machine but without any success.
I installed cygwin full package and I downloaded the source of insight. I am following the steps in this tutorial without any success, I already spent 2 hours…

gds03
- 1,349
- 3
- 18
- 39
2
votes
1 answer
Facebook Insights - not updating - no new data since the 18th
This is not a particularly technical question, but is anyone else having problems with their insights data?
http://www.facebook.com/insights/?sk=ao_119242438097337
I've had no new data in insights since the 18th (6 days ago). Can anyone suggest…

Paul Naylor
- 197
- 1
- 1
- 8
1
vote
1 answer
insight debugger breakpoints not working
I am trying to set up the insight debugger on a rhel6 64 bit VM system:
uname -a
Linux lb-cam-bca-devel 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
I have downloaded the source -…

user1802664
- 21
- 3
1
vote
1 answer
Facebook Insights for Website
I am trying to setup Facebook Insights for my website at http://pixls.co
I have created an app and Facebook is asking me to put
in my code... which I have done a few weeks ago...
but when I try to click the "get insight" button, it kept saying
"…

williamli
- 3,846
- 1
- 18
- 30
0
votes
0 answers
Insight Cannot Find GCC Debug Info
Preface: I am out of my depth for debuggers and debug info, so the information may be straightforward, but a cursory google search returned nothing.
I am on x64 Windows, building a C program using MinGW64 and MSYS2. I have been debugging under…

Orion
- 1,157
- 9
- 18
0
votes
1 answer
Delphi Tooltip Symbol Insight / Code Insight Stopped Working
I'm running Delphi Tokyo 10.2. My Tooltip Symbol Insight (when debugging) has suddenly stopped working. The Code Insight that shows tool-tip information in the editor on mouse hover has also stopped working. All other Code Insight features appear to…

mait
- 130
- 8