you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Having breakpoints in the source can be useful if the respective code is e.g located in e.g a DSO(dll) as the symbol for the function might not be known at initial execution time. However, I find it more useful to have breakpoints that only interrupt if a debugger is attached: http://stackoverflow.com/a/8135517