wpilibsuite / frc-docs

Official FRC Documentation powered by Read the Docs
https://docs.wpilib.org
Other
145 stars 260 forks source link

Improve debugging page #355

Closed sciencewhiz closed 3 years ago

sciencewhiz commented 4 years ago

Debugging a Robot Program talks about setting a breakpoint, but not single stepping.

jasondaming commented 3 years ago

I am okay with showing how to launch the debugger and other FRC specific things but I don't think actual VS Code debugging steps should be discussed here. I would propose that we link to: https://code.visualstudio.com/docs/editor/debugging which has tons of great information but duplicating a similar tutorial here seems of little value.

Even since this was written I already see numerous differences between this and the current version of VS Code.

Once direction is agreed upon here I will try to work on this.

Daltz333 commented 3 years ago

That direction is fine with me, however, I'd like to overall expand the debugging page to include links to other resources on debugging a java program, even if we don't go over it ourselves. This links should be reliable (no blogs) and free/school safe.