Re: Destroy the parent of the control

From: Alexander Nickolov (agnickolov_at_mvps.org)
Date: 12/08/04


Date: Wed, 8 Dec 2004 14:31:55 -0800

Set VB as your executable for debug session, run, enable
all exceptions to break into the VC debugger, switch to
VB IDE and compile. this should break into the VC debugger
whenever the exception happens.

-- 
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@mvps.org
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"Ali Ghorbani" <ghorbani@digitalclone.net> wrote in message 
news:%23$dXItT3EHA.3708@TK2MSFTNGP14.phx.gbl...
> Dear Alexander
> I used your safe class. Everything goes fine. But I have encoutnered 
> something strange
> When I try to compile my application in VB, VB crashes and closes 
> unexpectedly.
> I do not know what to do?
> Regards.
>
> 


Relevant Pages

  • Re: how can I create minidumps of second chance exceptions in .NET 1.1 managed code?
    ... Using the configuration like you suggested sends the exception to the JIT debugger which is registered in a system-wide manner, and I don't want to register there. ... ADPlus is usually good in catching 2nd chance managed exceptions." ...
    (microsoft.public.vsnet.debugging)
  • Re: AWS issue
    ... Debugger for ada is not installed, so I can run the debugger, but the only answer I get is exit code 01. ... So I compile a single file with this function and link with all that stuff. ... At a glance it seems like you are missing -gnat05 in the compile command so you get and Ada95 compiler instead of Ada compiler. ... I've got two problems on AWS, hope there is some aws 2.3 users here. ...
    (comp.lang.ada)
  • Re: Compilator Fortran
    ... To facilitate compilation for the Windowed Debugger ... REM Invoke the debugger if compile and link went ok. ... This will compile, link, and invoke the windowed debugger. ...
    (comp.lang.fortran)
  • RE: Disabling exception trace messages
    ... a tick comparison shows the following: ... Outside debugger: ... > Can you tell me why this now takes so much longer than VC6? ... >> break on a given type of exception or on a category of exceptions. ...
    (microsoft.public.vc.debugger)
  • Re: Step by Step skips large chunks of code
    ... Do your threads throw exceptions, ... the debugger will automatically break it when an exception is thrown. ... You can send feedback directly to my manager at: ... Added SP1, the debugger started skipping within threads. ...
    (microsoft.public.vsnet.debugging)