The breakpoint will not currently be hit

From Logic Wiki
Jump to: navigation, search


Solution 1

Disable the "Just My Code" option in the Debug/General settings.

Solution 2

    1. Right mouse click your project
    2. select [Properties]
    3. select the [Build] tab
    4. make sure [Define DEBUG constant] and [Define TRACE constant] are checked
    5. Click the [Advanced] button at the bottom of the Build tabpage
    6. Make sure that [Debug Info:] is set to [full]
    7. Click [OK] and rebuild the project ;-)