Topic profile page for Debugger.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Debugger.
Topic "Debugger" was discussed 15,787 times on 1,208 sites in last 3 months
Started 3 days, 19 hours ago (2009-11-30 13:29:00)
by plastikman
Hi guys, I've deployed custom workflow to a production server and try to debug it using Remote Debugger with Visual Studio 2008. The problem is I can't stop proccess at breakpoints. I copy PDB file inside DLL file in GAC, I set paremeter debug="true" in web.config . I can see that I do connect to remote dubugger (from debugger log), but can't get to breakpoints. I followed ...
Started 3 days, 21 hours ago (2009-11-30 11:08:00)
by NR1234
hi, Is there any difference between a statement call resided in a debugged project versus the same statment call invoked by ExecuteStatement method provided by DTE debugger? I have some code which looks like below: public void Run() { int testNumber; int count; testNumber = 0; testNumber = 1; ...
Started 3 days, 23 hours ago (2009-11-30 09:36:00)
by industry7
So I've got this problem that I can't debug. I can't debug it, b/c when the debugger is attached, the problem magically disappears. I was stress testing my program with very large data sets and discovered that we have some sort of bug that's crashing our program when it's pushed to it's maximum capabilities. The problem is that when I start the program with the debugger attached, it doesn't...
Started 4 days, 18 hours ago (2009-11-29 14:07:00)
by debugtools
The JDebugTool Java debugger www.debugtools.com is a: * Standalone graphical Java debugger. * Built on top of the standard JPDA (Java Platform Debugger Architecture). * Is itself written in Java. * Features an intuitive and graphical Java Swing GUI. * Context-sensitive Help Viewer. JDebugTool 4.3.1 new features: * In this release, simply click on a variable in the source ...
Started 4 days, 18 hours ago (2009-11-29 13:46:00)
by skyhawk_lee
I met with an issue that the VC Debugger can't locate the correct line. My issue can be described like this. The psuedo codes is : 1 void 2 MyClass::getStyle() 3 { 4 CStyleManager* pMgr = CStyleManager::Instance(); 5 '''''''''''''''''''''''''''''''''''''''''''''''''' '''''''''''''''''''''''''''''''''''''''''''''''''' ' 6 getStyleName(); 7 ...
Started 6 days, 5 hours ago (2009-11-28 02:55:00)
by DavidAnthony
I'm building a state machine workflow and I've found that both the OnTaskChanged and OnWorkflowItemChanged events work correctly when running in debug mode (from Visual Studio 2008) but the events don't fire when I run the workflow outside the debugger. The problem also seems to happen with sequential workflows. Any ideas? Thanks in advance for your response
Our debugger hangs and I have been told by SAP support that it has something to do with port 5001 on our job server. They say that if I cannot telnet to that port then it is not open and I need to get our admin to open it. There is no firewall on our job server, so there is nothing to open. OUr admin has also told me that there is nothing listenning on port 5001, so wether ...
Started 1 week ago (2009-11-26 15:42:00)
by rockingharsh
when i try start daemon tools an error always occur and shows a msg that kernel debugger must be deactivated.so can anyone please help me out of these...
Hi. I have a problem with an exe or sys I compiled with WDK. I suspect that it is a memory buffer overflow problem since it seem to be almost random within a certain timeframe. What would you suggest the best debugger is and was? I do not get a bluescreen but the application does freeze up and since it is a file scanner so does windows. Thanks for your help. n.
Started 1 week ago (2009-11-26 09:47:00)
by sid6376
Hi, I am looking for an api which tells me if the debugger is attached to the process. Is there any such api in symbian or qt for that matter. My requirement is that before executing the code i want to wait for a debugger to be attached before executing any further. Any help will be greatly appreciated. Thanks sids
Started 5 days, 23 hours ago (2009-11-28 09:03:00)
by Aldo Nunez
I'm writing a Debug Engine with VS 2008 on 64-bit Windows Vista. Can the timing of the SDM calling IDebugEngine2::CreatePendingBreakpoint and Bind be controlled at all, or does it simply happen any time after the program create event? I was led to believe that it would only happen after IDebugLoadCompleteEvent2 is sent: http://msdn.microsoft.com/en-us/library/bb146992%2 8VS.80%29.aspx http...
Started 1 week ago (2009-11-27 07:12:00)
by milonass
I created a MFC-based ActiveX control. Now, when the browser is closed, I want to perform some initialization task in method 'ExitInstance'. This works, but only in debugging mode. Otherwise, this method is not called at all, when the browser is closed. What's the reason? Whats the right MFC-method in order to initialize the ...
Started 2 days, 8 hours ago (2009-12-02 00:00:00)
by Touc
HI, I try to restore one file from a tape backup with Backup exec 11d. everything work fine untill i get 16% of the restore a get this error message An unhadled win32 exception occured in beremote.exe. Just-in -time debugging this exeption failed with following error: No installed debuger has Just-in -time debugging enable. in visual Studio, just in time debugging can be ...
Started 4 days, 17 hours ago (2009-11-29 15:10:00)
by abc4329803
I install a PCI card on my PC, and use a labview program which controls this hardware for getting data, but PC restarts often when the program is running. Microsoft (R) Windows Debugger Version 6.11.0001.404 X86 Copyright (c) Microsoft Corporation. All rights reserved. The dump File is below. Loading Dump File [C:\Documents and Settings\abc4329803\My Documents\Minidump\Mini111409-02.dmp]...
Started 1 week ago (2009-11-27 00:00:00)
by Greg Roberts
Hi I have a program running as a service by using the instserv myprogram srvany.exe method. Under this the application is hidden but running. Within the application threads talk to the main thread via sendmessage. By breaking in the debugger i find say that the window handle is 0x1000 (an example)...
Started 1 day, 14 hours ago (2009-12-02 17:42:00)
by William_Donelson
I am tracing and debugging a lingo script, with various variables etc, totalling around 2 MB of data. Breakpoints, debugging, stepping through scripts, etc, is VERY VERY slow. Up to 20-40 second wait per step or breakpoint (I guess for vars to format in the debugger window). Is Dir 11 any faster? I've been looking for a Real reason to upgrade... Thanks William