Join Slack
Powered by
Are there any tools to "visualize" your code line ...
# announcements
h
hisham bin awiad
04/05/2021, 2:51 PM
Are there any tools to "visualize" your code line by line?
b
Big Chungus
04/05/2021, 3:04 PM
In what sense?
🌹 1
👆 1
v
Vampire
04/05/2021, 3:15 PM
Text editor? 😄
âž• 2
🧌 11
🤣 1
h
hisham bin awiad
04/06/2021, 6:04 AM
@Vampire
@Big Chungus
I mean tool can show code execution Such as this one :
http://pythontutor.com/visualize.html#mode=edit
i search if there is one support kotlin
hisham bin awiad
04/06/2021, 6:06 AM
let me ask by another word ... how can know what the status of performance are up or low and what should do to enhancement code
if there any tools help me for this
m
Matteo Mirk
04/09/2021, 3:20 PM
you can use Intellij debugger to execute code step-by-step
https://blog.jetbrains.com/idea/2020/05/debugger-basics-in-intellij-idea/
About your second question, which is about profiling code execution, you can use the integrated profiler
https://www.jetbrains.com/help/idea/cpu-profiler.html
but it’s available only in the Ultimate edition,. If you use the Community Edition you will need some other plugin or external profiler
🌹 1
107
Views
Open in Slack
Previous
Next