all groups > visual studio .net debugging > october 2007
Debugger hangs when breaking into event handler
Posted by James Rosenfeld at 10/23/2007 6:40:02 AM
Greetings,
I'm having an issue where VS 2005's debugger hangs when entering an event
handler method for a DateTimePicker control. I have a pretty basic main form
that has a DateTimePicker in a tab control and I added an event handler for
the ValueChanged event. Initially I noticed this pr... more >>
Command Window
Posted by Greg at 10/19/2007 5:45:01 PM
From what I have read the Command window is similar to the Immediate Window
in MS Access, thus you can type in the name of a function prefixed with a ?
and run the function while the application is NOT running. For example, to
test this, I created a PUBLIC Function Adding(byval x as integer, ... more >>
Open Form Flickering
Posted by Greg at 10/18/2007 12:15:02 PM
I have three forms, a MDI Parent and 2 MID Child forms.
When i initially load my MDI Parent with the initial MDI Child, everything
looks fine. But, when I click on a button in my first MDI Child that opens
another MID Child, the new form flickers and jumps. It seems my MDI Child is
opening ... more >>
Compilation Global Constants
Posted by Greg at 10/17/2007 7:52:01 PM
I've been trying to put to use some Global Compilation Constants. From what I
understand, I set them up in the Advanced Compiler Settings dialog in the
Custom Constants Filed. The name of my Solution Configuration is DebugOpt and
the proper one is selected. My Constant is "DEMO=TRUE".
Now,... more >>
remote debuging, VS2005, No symbols loaded
Posted by Andrea Anastasescu at 10/12/2007 12:00:00 AM
Hello all,
I have a plain executable that I'd like to debug remotely.
The machines are on diferent domains so I have chosen to use native =
transport with no authentications (although I configured the required =
users, but there was a firewall problem for DCOM communication)
On the remote mac... more >>
Native C++ Problem: error C2628: 'boolean' followed by 'bool' is illegal (did you forget a ';'?)
Posted by Roger at 10/11/2007 10:34:45 AM
When my code has all the necessary include files, I receive the above
error. In trying to isolate the error, I remove all include files
except windows.h and still receive this error in Visual Studio 2005.
>c:\program files\microsoft visual studio 8\vc\platformsdk\include\wtypes.h(1075) : error... more >>
VS 2003 SP1 Weird Debugger Problem
Posted by scorpion53061 at 10/11/2007 7:26:01 AM
On one form in my project, when attempting to debug, after the process starts
it automatically removes my breakpoint from the form. If I attempt to put it
back after it has started, it opens a new instance of the code view and
places the breakpoint at random locations on that form that I had n... more >>
How to configure ADPLUS to give full dump on CTRL+C
Posted by Bill Davidson at 10/10/2007 8:26:02 AM
(this is a repost under managed newsgroup alias)
How do I configure ADPlus to give a full dump on a CTRL+C command window? I
know minidumps are the default behavior.
Thanks in advance for the help.
Bill
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
What is the "Title" In Attach To Process
Posted by Wayne Berry at 10/1/2007 9:17:00 PM
In Visual Studio under Debug | Attach To Process In the Attach To Process
Dialog there are a list of processes, one of the columns is "Title", what is
the Title? Is it the Caption of the MainWindow for the Process? Is it the
process name?
-Wayne... more >>
|