CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jul 2009
    Posts
    6

    Getting control of Assertion

    I am preparing one utility for testing some of the application. I need some help in some part of it.
    Suppose I have launched one debug build application. Then in between one assertion has come which was put by developer. So I have to do 2 tasks:
    1) Get the content of that assertion
    2) Click ignore or some how ignore the assertion.

    After this initial application will resume.
    I am not having the code with me. So modifying existing exe is out of question.
    Last edited by swap811; February 2nd, 2010 at 08:51 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured