Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Visual C++ MFC Debug

Visual C++ MFC Debug

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpdebugging
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    y_seval
    wrote on last edited by
    #1

    I have a multitreading VC project developed with msvc 6.0 My problem is when I'm running the application in debug mode and some error apears. The debug pointer stops somewhere in the code written by MS MFC staff and application quits. I want the debug pointer donot to enter the code written by MS MFC staff, because I can not determine where is my error cousing line of code. Seval

    PJ ArendsP 1 Reply Last reply
    0
    • Y y_seval

      I have a multitreading VC project developed with msvc 6.0 My problem is when I'm running the application in debug mode and some error apears. The debug pointer stops somewhere in the code written by MS MFC staff and application quits. I want the debug pointer donot to enter the code written by MS MFC staff, because I can not determine where is my error cousing line of code. Seval

      PJ ArendsP Offline
      PJ ArendsP Offline
      PJ Arends
      wrote on last edited by
      #2

      When your program stops, use keypress 'Alt + 7' to bring up the call stack. It will list all the function calls made up to the point of the error. Just go back in the list until you get to your own code. HTH


      [

      ](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!

      Within you lies the power for good; Use it!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups