Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
4e2bbae0
Commit
4e2bbae0
authored
6 years ago
by
Elizaveta Shashkova
Browse files
Options
Download
Email Patches
Plain Diff
PY-31451 Register Jupyter debugger in an appropriate xml
parent
191618d2
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/ipnb/resources/META-INF/ipython-notebook.xml
+8
-0
python/ipnb/resources/META-INF/ipython-notebook.xml
with
8 additions
and
0 deletions
+8
-0
python/ipnb/resources/META-INF/ipython-notebook.xml
+
8
-
0
View file @
4e2bbae0
...
...
@@ -17,12 +17,20 @@
<stubElementTypeHolder
class=
"org.jetbrains.plugins.ipnb.psi.IpnbPyTokenTypes"
/>
<referencesSearch
implementation=
"org.jetbrains.plugins.ipnb.psi.IpnbSearchExecutor"
/>
<configurationType
implementation=
"org.jetbrains.plugins.ipnb.run.IpnbRunConfigurationType"
/>
<xdebugger.breakpointType
implementation=
"org.jetbrains.plugins.ipnb.debugger.IpnbLineBreakpointType"
/>
<xdebugger.breakpointType
implementation=
"org.jetbrains.plugins.ipnb.debugger.IpnbExceptionBreakpointType"
/>
<projectService
serviceInterface=
"org.jetbrains.plugins.ipnb.debugger.IpnbCellIdManagerImpl"
serviceImplementation=
"org.jetbrains.plugins.ipnb.debugger.IpnbCellIdManagerImpl"
/>
</extensions>
<extensions
defaultExtensionNs=
"Pythonid"
>
<dialectsTokenSetContributor
implementation=
"org.jetbrains.plugins.ipnb.psi.IpnbPyTokenSetContributor"
/>
<visitorFilter
language=
"IpnbPython"
implementationClass=
"org.jetbrains.plugins.ipnb.IpnbVisitorFilter"
/>
<pep8ProblemSuppressor
implementation=
"org.jetbrains.plugins.ipnb.IpnbPep8ProblemSuppressor"
/>
<unresolvedReferenceSkipper
implementation=
"org.jetbrains.plugins.ipnb.psi.IpnbUnresolvedReferenceSkipper"
/>
<breakpointHandler
implementation=
"org.jetbrains.plugins.ipnb.debugger.IpnbLineBreakpointHandlerFactory"
/>
<breakpointHandler
implementation=
"org.jetbrains.plugins.ipnb.debugger.IpnbExceptionBreakpointHandlerFactory"
/>
</extensions>
<actions>
<action
class=
"org.jetbrains.plugins.ipnb.editor.actions.IpnbRunAllCellsAction"
id=
"IpnbRunAllCellsAction"
text=
"Run All Cells"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help