The debug tag has no wiki summary.
0
votes
0answers
8 views
How to change background color of line highlighting during debug process in Netbeans?
how to change background color of line highlighting during debug process in Netbeans?
Tried to change "Highlight Caret Row". No success. It only changes bg color of line where cursor blinks, but ...
1
vote
0answers
43 views
Perfmon-type app with Always on Top feature
Does anyone know of a perfmon-type app, with nifty features, that can be selected with Always on Top? I would like to view selected counters but need the window to be always visible, would help with ...
2
votes
1answer
62 views
how to hide debugging output in Mathematica
I want hide all outputs created by Print command from user's function defined in module .m
More precisely the problem is following:
I have a module that solves some specific task (It's not necessary ...
3
votes
0answers
61 views
How do I debug bash completions?
I have created some bash completion functions that all appear to work in isolation but give me unexpected results when I attempt to tab complete with them.
Is it possible to connect bashdb, then ...
0
votes
3answers
111 views
Debugging CSRSS.EXE Application Error/Crash
For a while now, I have been getting an intermittent crash of SVCHOST.EXE on boot in Windows XP. Because it is intermittent, I cannot reliably reproduce it, nor can I narrow down when it started, and ...
1
vote
0answers
20 views
XCode to debug gdb-debuggable executable
I have compiled a cmake-based executable that is (miraculously) debuggable in gdb.
So examining hundreds of variables with the terminal becomes a little bit slow for very large projects and I would ...
0
votes
1answer
59 views
Blue screen error in Windows 7
I have Windows 7 Professional 64-bit and keep getting a blue screen error. I think it has something to do with my hard drive, but I'm not sure if it is failing or not.
Here is the .dmp debug:
...
0
votes
0answers
26 views
Eclipse 'Debug View'
So this might be a silly question, but I'm seeing a 'debug output' view in my eclipse workspace, and I haven't got the foggiest idea what it's for. I'm presuming it's useful - but Googling hasn't ...
1
vote
1answer
73 views
Debugging in Eclipse, how to run until a breakpoint
I am trying to debug my java code in eclipse. By using break points and Debug mode, the control hits the break point after which I can use F6 to navigate through my code.
Consider I have my break ...
1
vote
1answer
37 views
Debug/step into a Linux boot
Is there a way to watch Linux boot as though it was a program compiled with GCC on a Linux environment using the -g switch so, say, I can step through the entire boot sequence from GRUB onwards, ...
2
votes
1answer
64 views
Chrome: Hide Extension Errors in JavaScript Console
Is there a way to prevent extensions from showing up in the console of the developer tools window? It's annoying to be looking for JavaScript errors and have to ignore errors that are always there. I ...
0
votes
0answers
26 views
How can I edit Javascript of a website like in CSS Pivot?
I want to edit and run Javascript on a website. Then, I'd like to save it for re-accessing it later. What I'm describing is exactly like CSS Pivot, but only for Javascript. Sharing with others is not ...
4
votes
3answers
77 views
How can I see all keypresses on the keyboard?
I've been given a laptop to fix - it is 'randomly scrolling documents'. I'm almost certain it's a faulty connection in the keyboard, causing page-down to fire. Is there a program I can use to monitor ...
1
vote
1answer
51 views
How can I debug periodic 100% memory usage by services.exe?
I'm running Windows 7 SP1 on a MacBook Pro via Boot Camp (i.e. it boots natively).
Recently services.exe started exhibiting behavior whereby every 15 minutes or so it will ramp up over the course of ...
2
votes
0answers
59 views
Can firebug open a local CSS file?
With firePHP and fireLogger, i can click on the file name of the file that caused an error and open it with a text editor. I saw the option to configure editors with firebug - so my question is this:
...
0
votes
1answer
57 views
coredumps don't work after enabling them in /etc/security/limits.conf on Debian
I have some init scripts that launch some daemons that I wrote. I want Linux to generate a coredump anytime something crashes. I activated coredumps in /etc/security/limits.conf by adding the next ...
0
votes
2answers
119 views
(How) Can I get a core dump when running a program with sudo?
Cores apparently are not dumped when the using sudo despite ulimit -c being set to unlimited. Is there any way around this?
1
vote
2answers
87 views
Howto analyze dump files [closed]
PDF-XChange Viewer keeps crashing on my Windows XP sp3 and I'm investigating the reason. Since I don't have the sources and the support team could not reproduce my error, I decided on debugging it on ...
1
vote
1answer
55 views
Looking for tool to show IP packets (and do analysis) sent/received from/to my machine (want to debug why can't mount network drive)
fiddler2 comes close but this only deals with web browsers it seems.
I need this tool to debug why I can't mount a common standard network/NAS drive (e.g. via SMB/SAMBA) in Windows 7 Pro and Home.
...
1
vote
1answer
49 views
In GDB, how can I jump directly up to the topmost call stack frame?
I have a C program that seg faults after descending deep into an infinite recursive mess. Backtracing the process in GDB is useless because the call stack frame is at least 1000 frames deep, and the ...
0
votes
1answer
21 views
Eliminate cause of crash - if rooted on host
Is there a way to pin down the moments (e.g., 15 seconds) just before a program crashes on windows-xp-sp3?
It would be interesting to inspect applications and executables and their communication ...
2
votes
1answer
39 views
How to bring up Firebug debug consoles?
Everyone says you simply click the 'scripts' tab to bring up the debug console.
But I don't have that tab/window/pane. How do I bring it up?
Here's a screenshot of my Firefox 5 - I really don't have ...
0
votes
1answer
95 views
Why do I not have permissions to run this method?
I'm using a Ruby gem called IMGKit and when I use the gem's to_img method in the console I get this error:
IMGKit::CommandFailedError: Command failed: /rubyprograms/search --format jpg ...
0
votes
2answers
101 views
BIOS Interruptions, how to trace and how to manipulate it on Windows?
Is there a way to see BIOS interrupts that raises to Windows?
Can I use "debug" (cmd command) to send interrupts to BIOS and trace some results?
1
vote
2answers
53 views
Safari Web Developer Tools?
Where do you enable web developer tools in Safari on windows? I can't find it anywhere. A quick web search found some really complicated instructions that felt more like a hack then turning on a ...
1
vote
1answer
78 views
Verifying Flash Player debug version installed: Is there a webpage that purposefully causes a Flash exception?
I need a quick way to verify that the Flash Player debug version is properly installed. I'm thinking that a page that has a flash widget embedded that tries to do x=1/0;... Basically I just want to ...
0
votes
1answer
116 views
In Flash Builder 4.5 for Mac, how can I use xdebug as my PHP debugger (instead of Zend Debugger)?
Currently, under Preferences>PHP>Debug>Installed Debugger, only Zend Debugger is shown, and there is no way to add xdebug, even though I have verified that it is active using phpinfo().
Does anyone ...
0
votes
1answer
327 views
How to debug Remote Desktop Connection when intranet connection works, but not external
How can I setup Remote Desktop Connection (RDP) when I've exhausted all my known searchable resources?
I am attempting to set up Remote Desktop Connection on my Windows 7 Ultimate version and have ...
4
votes
2answers
47 views
What debugger is preventing my application from further execution?
I have an auto-run application that says:
So, I go on and debug it and see:
(df0.c2c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception ...
1
vote
2answers
778 views
How do you display POST data with cURL?
As an example, POSTing to a web server with the -v argument:
curl -v http://testserver.com/post -d "firstname=john&lastname=doe"
And the output
> POST /post HTTP/1.1
> User-Agent: ...
2
votes
1answer
241 views
Where is the javascript console in Safari 5.0.5 for Windows?
Just what the title says. Where can I find the javascript console in safari?
0
votes
0answers
152 views
Motorola Droid won't connect to windows when usb debugging turned on
Motorola Droid phone worked fine with windows 7 laptop for over a year. Used Azilink to tether internet to laptop, used usb mass storage mode to get files, no problems.
Suddenly all phone to laptop ...
2
votes
2answers
27 views
MS Visual Studio Debug
Previously, when my program crashed during debugging VS would bring me to a line of code where crash happened. Now... its always looks like this:
And i have no clue where and why it crashed :(
I ...
0
votes
0answers
38 views
Why my win xp system doesn't hang for connect?
This is my configuration in boot.ini:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /debugport=com1 /fastdetect
But when booting,it doesn't hang for ...
1
vote
1answer
653 views
What is the DOS debug script to low level format a hard drive?
What is the DOS debug script to low level format a hard drive?
0
votes
0answers
184 views
Excel 2010 VBA debug
I created a VBA module in Excel 2007 that I now run in Excel 2010. The module works in the 2010 environment, but when I want to debug the module, I can't launch the debug tools. For example, I can't ...
2
votes
4answers
2k views
Recurring crash: “An unhandled win32 exception occurred in mscorsvw.exe”. How to diagnose/fix?
I recently got a new PC at work and had to reinstall development tools, etc. The PC runs Windows XP (blech), and I've got Visual Studio 2010 and .NET Frameworks 2.0, 3.5, and 4.0 installed, each with ...
2
votes
2answers
115 views
How to grab a random section in the middle of a huge file?
I have a huge log file of around 3.5 GB and would like to sample random sections in the middle of say 10 MB for the purpose of debugging what my application is doing.
I could use head or tail ...
2
votes
3answers
983 views
Someone hacked my pc, please help. (debug.log.sent)
Once every hour my computer sends out debug.log files. Example:
debug.log.110422_171810.sent 4/22/2011 10:13am
I don't know to whom these files are being sent, nor do I know what's in them. I do ...
2
votes
1answer
93 views
Synergy Locks up w7 when Visual Studio is debugging
I love synergy but as a developer this is driving me crazy.
I use Synergy to go through two x64 Windows 7 machines (with all flavors of Visual studio from 2003 to 2010 professional) and an MacOS ...
0
votes
3answers
334 views
How to Export/Parse files from memory.dmp?
My computer got bluescreen, and saved all info to a memory file before restart. I have memory.dmp, and i have some very important files that i didnt save.
All the files I need to recover were txt ...
1
vote
2answers
104 views
Finding the culprit of a slow network
My network connection is reeeeaaaaaal slow lately. How can I analyze the problem to find the culprit?
Candidates I see are:
my machine (although it works ok on other networks)
my wlan (reception is ...
0
votes
2answers
325 views
Problem installing Android SDK on Eclipse Galileo
I am using Kubuntu 10.10 and Eclipse Galileo and am trying to install the SDK. I am following the instructions provided at http://developer.android.com.
The step where my Eclipse detects the plugin ...
0
votes
0answers
19 views
Perl TK debugger is broken for me.
ptkdb.pm is still broken for me. Under Windows 7. It stops with this error.
$self->{BookMarksPath} = $ENV{'PTKDB_BOOKMARKS_PATH'} || "$ENV{'HOME'}/.ptkdb_bookmarks" || '.ptkdb_bookmarks' ;
...
1
vote
0answers
196 views
ARM Linux kernel debugging on AT91SAM9261
I have ported Linux to AT91SAM9261 board, I have compiled my own Bootstrap, Uboot, Kernel and filesystem.
Now I want to debug my Linux kernel 2.6.30 using KGDB and GDB. I have host with Ubuntu ...
0
votes
2answers
241 views
linux firefox flash debug: i don't get alerts when errors occur
I use firefox 3.6.13 on linux gentoo amd64 and flash 10.2 debug version,
i also have firebug flashbug and flashfirebug installed.
my problem is that whenever I run a flash application that encounters ...
0
votes
1answer
302 views
How should be system configured for use breakpoints of xdebug for phpunit tests on netbeans (ubuntu)
How should be system configured for use breakpoints of xdebug for phpunit(3.5) tests on netbeans 6.9 (ubuntu 10.04).
Example1 (breakpoint inside Test file): in ExampleTest.php I want to put ...
0
votes
1answer
118 views
mac mini no drive detected - steps to fix it
I bought a used mac mini off ebay 2 weeks ago. It's been working fine. Earlier today, I came back to my mac mini and logged in (typed password and hit enter). The computer just froze, and after a few ...
0
votes
1answer
111 views
Outlook 2003 Crashes
Outlook 2003 just started crashing. There's not much to go on. I get a window that says "Microsoft Office Outlook has stopped working".
I've archived all but 1 month of emails.
I turned off the ...
2
votes
1answer
221 views
Copy entire firefox error console
In firefox error console (Ctrl-shift-J in my locale), there is the option of rightclick -> copy to copy one event to clipboard.
I want to save the entire content, while debugging an app, which writes ...