The breakpoint will not currently be hit
From Logic Wiki
Solution 1
Disable the "Just My Code" option in the Debug/General settings.
Solution 2
- Right mouse click your project
- select [Properties]
- select the [Build] tab
- make sure [Define DEBUG constant] and [Define TRACE constant] are checked
- Click the [Advanced] button at the bottom of the Build tabpage
- Make sure that [Debug Info:] is set to [full]
- Click [OK] and rebuild the project ;-)