Delphi: why breakpoints from time to time are not usable (green highlighted line on IDE)?

Debug info isn’t present in the file. Make sure that you’re using the Debug configuration. (Project Manager tree, expand Build Configurations, make sure Debug is bold. If it’s not, right click Debug and choose Activate from the context menu.) Make sure you then do a Build of your project, not just a Compile. If that … Read more

Debugging SSIS Script task – Breakpoint is enabled but it does not hit

After more research and trial-error, found that the SSIS package ignores the breakpoints in a Script Task when debugging on a 64-bit machine. To fix it – Go to the Solution Explorer Right click your SSIS project node > Properties In Configuration Properties > Debugging > Debug Options > Set Run64BitRunTime to False. After making … Read more

Breakpoint-induced interactive debugging of Python with IPython

The Tracer() still exists in ipython in a different module. You can do the following: from IPython.core.debugger import Tracer def my_function(): x = 5 Tracer()() print 5 Note the additional call parentheses around Tracer edit: For IPython 6 onwards Tracer is deprecated so you should use set_trace() instead: from IPython.core.debugger import set_trace def my_function(): x … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)