safijari / jack-of-some

Suggestions/issues repository for my Youtube (https://www.youtube.com/c/jackofsome)
10 stars 0 forks source link

Debug and step through python code with Spacemacs #8

Open gilbertfrancois opened 5 years ago

gilbertfrancois commented 5 years ago

How to debug and step through code in the Spacemacs environment. It would be cool to see how to use the REPL and/or console in Spacemacs and how to look into variables and objects during stepping through code. I find it not so intuitive the way I do it now. I guess there is a better way.

I like your videos a lot. Keep up the good work.

safijari commented 5 years ago

I've been meaning to look into it. Thanks for the suggestion I'll think about it and research it.

safijari commented 4 years ago

I tried to explore dap mode for my latest video (Python with Sapcemacs) but ran into issues. Will try again in the future.

anthonylei commented 4 years ago

@safijari after watching all your wonderful spacemacs tutorials, I have been migrating to spacemacs and it has been productive! The only thing I found myself go back to vscode regularly is for debugging. Would love a tutorial on debugging and how to step through code line by line in spacemacs if possible!