score:37
Finally found it!
The answer is here: http://www.mail-archive.com/pydev-users@lists.sourceforge.net/msg04234.html
In short, shortcuts are not set for all perspectives of eclipse. Whilst in the pydev perspective, go to Window > Customize perspective > Command Groups Availability > Check breakpoints.
That's it!
I was using the pydev perspective (which is what it switches to when you first create a pydev project) however, breakpoint shortcuts are only available in the debug perspective by default so you need to turn the shortcut on... wow that was so NOT obvious!
score:2
On recent pydev versions:
Go to Window > Perspective > customize perspective... And in tab "Action Set Availability", check "Breakpoints"
score:3
Ctrl + Shift + B works for me and I am using pydev 1.6.1 with eclipse 3.6.
Perhaps, you have a conflict with another program? Try change it under menu Window > Preference > General > Keys > Toggle Breakpoint to another keyboard shortcut.
score:6
Ctrl + Shift + B
If this refuses to work, have a look at Window > Preferences > General > Keys and look for overlayed keys which may shadow this shortcut.
Source: stackoverflow.com
Related Query
- what's the keyboard shortcut to toggle breakpoint in pydev using eclipse
- Whats the shortcut to Debug in PyDev using Eclipse
- Can I make an Eclipse keyboard shortcut to toggle the view of the Console?
- Is there a way to copy the contents of a String in Eclipse using a keyboard shortcut or menu item?
- Keyboard shortcut to "untab" (move a block of code to the left) in eclipse / aptana?
- Eclipse keyboard shortcut to indent source code to the left?
- What is the keyboard shortcut to go to a file in Eclipse on Mac OS X?
- Is there a keyboard shortcut in Eclipse to fold the current method/block?
- What is the keyboard shortcut for method suggestions in Eclipse on Mac OS X?
- Eclipse on the Mac... using Windows keyboard shortcuts?
- How do I compile my code in Eclipse using keyboard shortcut key
- How to add a keyboard shortcut to the Team->Add command in eclipse
- Add Watch Expression in Eclipse using keyboard shortcut
- keyboard shortcut for showing proposal table for solving errors using Eclipse
- What is the keyboard shortcut to run all unit tests in the current project in PyDev + Eclipse?
- Adding PyDev to Eclipse using the PyDev zip
- What's the Eclipse keyboard shortcut to select the variable name / to expand the selection?
- How to navigate to parent folder of current file in Project Explorer view using keyboard shortcut in Eclipse IDE?
- Eclipse shortcut for switching between argument of a method using tab keyboard
- Eclipse Key Preferences; Debugging; Adding A "Watch Expression" Using The Keyboard
- Is there a keyboard shortcut in Eclipse to move to the next closing parenthesis?
- Is there an Eclipse keyboard shortcut to open the SVN Console?
- How can I run code in Eclipse IDE using keyboard shortcut keys
- Eclipse Scala IDE 4.1.1 - How to run the load project in the interpreter using a keyboard shortcut?
- Need to know keyboard shortcut to navigate without using mouse in Eclipse
- Eclipse keyboard shortcut conflicts. How to associate a key binding with the plugin that added it?
- Whats the difference between using Eclipse version and OSGi Equinox version during RCP Eclipse plugin development?
- What is the difference between between toggle breakpoint and disable breakpoint in Eclipse IDE?
- Eclipse copy/paste entire line keyboard shortcut
- How to go to an error using only the keyboard in Eclipse?
More Query from same tag
- EGit couldn't detect the installation path "gitPrefix" of native Git
- Strange logcat filter behaviour
- Why i am not able to run Spring program?
- Appending reference to url to BundleContext.installBundle
- Eclipse memory allocation problem
- How to create a basic camel project with mvn for eclipse (for dummies)?
- Where to put txt file in eclipse, android?
- import external eclipse project into intellij
- With java 9 ea, Eclipse fails to install and show error "An error has occurred, see the log file null"
- Starting database on program start
- Servlet's service and init method are being called, but not doGet
- How does eclipse resolve dependencies in a plugin
- Maven plugin "mark invalid" in Eclipse (Mars - 4.5.0)
- How to focus on pydev console prompt with keyboard?
- Add unmanaged dependency to Class Path of Eclipse Maven Project
- CTRL+ALT+DOWN/UP does not duplicates line in Spring Tool Suite, how to fix it?
- Reloading JSPs edited in Eclipse, run with tomcat7-maven-plugin
- GDB on eclipse debug mode can't find stdlib/rand.c
- jBPM6 - Deploy a process on jbpm-console
- How to upgrade only two eclipse plugin
- import of java classes cannot be resolved
- ADT/Eclipse - Graphics / display artifacts and moving lines of text in main.xml layout editor
- How can I update the available Android APIs in Eclipse (ADT)
- Tapestry AppModule not added by RegistryBuilder for one project, works fine for another
- Which projects are on the list of JAVA EE Module Dependancy
- Eclipse IDE Tern ES6 Validation & Auto-Complete
- Can I make IntelliJ IDEA look more like Eclipse?
- Eclipse 3.7/GWT+GAE wizard, resource already exists?
- Weird issue deploying EAR in Weblogic 11g
- How to setup a marker or a background color to a particular line in the editor given its line number?