Run Python Debugger (pdb) in Sublime Text 3

If you don’t want to deal with additional packages, you can create a snippet to set the breakpoint for you. <snippet> <content><![CDATA[import pdb;pdb.set_trace()]]></content> <tabTrigger>pdb</tabTrigger> <scope>source.python</scope> <description>Insert a breakpoint</description> </snippet> The above snippet will trigger whenever you type pdb in your code. Instructions On a Mac Navigate to Tools -> Developer -> New Snippet Replace the … Read more

Sublime Text – JSON formatter shortcut

I have come across this issue too. I tried to figure it out by install jsFormat as follows: Open Package Control panel command+shift+p (mac), install package. Install jsFormat. Edit the shortcut for the jsformat: Choose Key-Binding user, then edit [ { “keys”: [ “command+l” ], “command”: “reindent” }, { “keys”: [ “ctrl+shift+s” ], “command”: “auto_save” … Read more

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