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. VC Debug trouble

VC Debug trouble

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studiodebuggingquestion
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.
  • E Offline
    E Offline
    ElCachubrey
    wrote on last edited by
    #1

    Hi all. Why my Visual Studio dont want to inter into source code of MFC by F11 key,alfought formerly all be fine.May bee i change some setting by chance or my VC break down??? Thanks.

    S 1 Reply Last reply
    0
    • E ElCachubrey

      Hi all. Why my Visual Studio dont want to inter into source code of MFC by F11 key,alfought formerly all be fine.May bee i change some setting by chance or my VC break down??? Thanks.

      S Offline
      S Offline
      sam India
      wrote on last edited by
      #2

      it generally happens when you pass the function call as a parameter to some other function. for instance outer_func(inner_func()); when the control reaches on this line and you press F11 the control enters the source code for inner_func(), but if inner_func() doesn't return a correct value then the control won't enter the source code for outer_func(). never say die

      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