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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Jelahd

@Jelahd
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • User breakpoint called from code at 0x77f813b1
    J Jelahd

    Should have said that the suggestion will only help you debug a release version of an app. Not necessarily find this specific problem. You could try the Exception dialog in the Debug menu. Only available during debugging. It lets you control debugger behaviour in the event of an exception. Can be useful but time consuming.

    C / C++ / MFC debugging help tutorial question announcement

  • User breakpoint called from code at 0x77f813b1
    J Jelahd

    You can debug from release mode if you build with program database and switch off the optimization. The debugger looks for the PDB file and will load it if present. Change project setting in C/C++ General Tab to disable(debug) optimization and create Debug Info in Program Database. Optimization can shuffle code around and remove redundant stuff which can confuse the debugger because the binary does not match the source. Good Luck.

    C / C++ / MFC debugging help tutorial question announcement
  • Login

  • Don't have an account? Register

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