How to display the result of each execution next to my code in js debugger? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to display the result of each execution next to my code in js debugger?

I want to see the result of the for loop after each iteration, but it should be next to the code, not in a separate tab. So please help me and check the screenshot below. I took that from the debugger console! If the link doesn't work then you can see in my profile>post menu https://www.sololearn.com/post/1758120/?ref=app

7th Apr 2024, 9:45 AM
Baryal
Baryal - avatar
7 Answers
+ 3
put the link in the description, NOT IN THE TAG SECTION. other users cannot click on it.
7th Apr 2024, 10:07 AM
Lisa
Lisa - avatar
+ 2
on the screenshot, it looks like the debugger already is next to the script. the name of the editor would be relevant information.
7th Apr 2024, 11:09 AM
Lisa
Lisa - avatar
+ 2
i don't think that "normal" editors would display the debugging "in" the script, but i might err. maybe another user has a solution to this!
7th Apr 2024, 11:54 AM
Lisa
Lisa - avatar
0
Thanks for recommending, I have edited the post , and now you can click on it
7th Apr 2024, 10:52 AM
Baryal
Baryal - avatar
0
I wrote my code using VS Code and ran it on Microsoft Edge, but I got similar results on Chrome browser. Additionally, the result is shown in a side tab, but I prefer it to be inline. As it is shown in the screenshot below, the results are displayed inline, making it much clearer and easier to understand each iteration. https://www.sololearn.com/post/1758124/?ref=app
7th Apr 2024, 11:32 AM
Baryal
Baryal - avatar
0
Problem solved,thank you so much, teacher Lisa ❤️ 😊
7th Apr 2024, 2:11 PM
Baryal
Baryal - avatar