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
02659d9f
Commit
02659d9f
authored
7 years ago
by
Vitaliy.Bibaev
1
Browse files
Options
Download
Email Patches
Plain Diff
Update links to the pictures in plugin.xml
parent
9a19ea5a
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/stream-debugger/resources/META-INF/plugin.xml
+3
-3
plugins/stream-debugger/resources/META-INF/plugin.xml
with
3 additions
and
3 deletions
+3
-3
plugins/stream-debugger/resources/META-INF/plugin.xml
+
3
-
3
View file @
02659d9f
...
...
@@ -14,17 +14,17 @@
tool window by adding the
<em>
Trace Current Stream Chain
</em>
button, which becomes active when debugger stops inside of a
chain of Stream API calls.
</p>
<img
src=
"https://
blog.jetbrains.com/idea/files/2017/05/Screen-Shot-2017-05-11-at-15.06.58
.png"
height=
"300"
width=
"750"
>
<img
src=
"https://
raw.githubusercontent.com/bibaev/static/master/debugger-stop
.png"
height=
"300"
width=
"750"
>
<p>
After you click it, the current data stream is evaluated and you get a visualization of what exactly happens to each element
from the first call to last, with changes occurring gradually as it's passing thru all the steps:
</p>
<img
src=
"https://
blog.jetbrains.com/idea/files/2017/05/Screen-Shot-2017-05-11-at-15.06.18
.png"
height=
"300"
width=
"750"
>
<img
src=
"https://
raw.githubusercontent.com/bibaev/static/master/flat_mode
.png"
height=
"300"
width=
"750"
>
<p>
The
<em>
Split Mode button
</em>
in the left bottom corner lets you choose whether you want to see all operations at once or
separately:
</p>
<img
src=
"https://
blog.jetbrains.com/idea/files/2017/05/Screen-Shot-2017-05-11-at-15.04.39
.png"
height=
"300"
width=
"750"
>
<img
src=
"https://
raw.githubusercontent.com/bibaev/static/master/split_mode
.png"
height=
"300"
width=
"750"
>
<p>
In the latter mode, you can switch between operations manually using the tabs on top.
</p>
]]>
</description>
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
146bd948
·
2 years ago
mentioned in commit
146bd948
mentioned in commit 146bd9483c765ccdd723888dc66040a59a7d2a44
Toggle commit list
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