Re: Visual Studio: StackOverflow

Tech-Archive recommends: Speed Up your PC by fixing your registry



Set a breakpoint somewhere early (like Page_Load) and step through it to see
whats causing your stack overflow.

"Rob Meade" <ten.bewdoowsgnik@xxxxxxxxxx> wrote in message
news:zZc8f.139200$G8.19875@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> "Bruce Barker" / "Curt_C" wrote ...
>
>> use the debbuger
>
> Hi guys,
>
> Many thanks for the replies...I would love to try this, but I dont get
> given the opportunity...
>
> "my" code fails to load and initiates the debugger for VS (deveng etc) -
> when you choose a debugger (doesn't matter which) - I then get another
> popup which says..."disassembly cannot be displayed in run mode"....
>
> This is followed by a popup which says "An unhandled exception of type
> system.stackoverflowexception occured in mscorlib.dll.
>
> When something does load its a load of numbers in one column down the
> page, some kind of actions by the looks of it in the next, and the nvalues
> in the third - I've never ever seen anything like this so have absolutely
> no idea what it means...the line it queries is this one:
>
> 00000030 mov ebp,eax
>
> Across the top of this page there's a tab which says "Disassembly" -
> underneath that there's a drop down with the current value displaying
> "System.strig.tochararray"
>
> After closing the debugger VS then just sits there and hangs....I have to
> end the process for deveng to get back into windows...
> I am completely open to suggestions and advice!
>
> Rob
>


.



Relevant Pages

  • Re: Development / Debugging tools - advice needed.
    ... >> I need to be able to load a raw ... >> debugger but not necessarily GUI. ... > DDD is merely a gdb wrapper. ... >> file if it is not in linux executable ...
    (comp.os.linux.development.system)
  • Re: Can I debug and see where I am in an website?
    ... and the debugger will stop at those. ... Chicken Salad Surgeon ... It will load the pages and code ... in use, or that the DLLs are debuggable. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Paging Data
    ... your stored procedure (which is, at least imho, the preffered way, using the ... as oposed to having to load all data first. ... > records are displayed almost instantaneasly, but only chunks at a time. ... > displaying them. ...
    (microsoft.public.dotnet.framework)
  • Windows CE 6.0 Kernel Debugger OS Awareness
    ... The same loader worked with CE 5.0 and PB debugger worked with no ... section inside my nk.bin and now PB reports the correct address for ... but the breakpoint is still hit on each module load. ... I run romimage enabling all its output (setting ri_suppress_info to ...
    (microsoft.public.windowsce.platbuilder)
  • RE: ListView, unstable image size
    ... "Dud Vickers" wrote: ... The tile size is 201,124 and the image size which was initially 43,124 is ... I can load images to the ImageList and then load this to the ListView, ... As well as loading the images I am also loading and displaying the image ...
    (microsoft.public.dotnet.framework.windowsforms.controls)