Are there any tools to "visualize" your code line by line?
h
Are there any tools to "visualize" your code line by line?
b
In what sense?
🌹 1
πŸ‘† 1
v
Text editor? πŸ˜„
βž• 2
🧌 11
🀣 1
h
@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
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
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
106 Views