Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging tutorial #38

Open
mre opened this issue Jun 19, 2018 · 0 comments
Open

Debugging tutorial #38

mre opened this issue Jun 19, 2018 · 0 comments

Comments

@mre
Copy link
Member

mre commented Jun 19, 2018

What?

Show how to debug Rust code.

Why?

Debugging code is one of the core skills for software engineers.
Because Rust's current debugging story is not very mature yet, it might make sense to make an episode about the current debugging options and how to properly configure the environment.

How?

Start with some pre-existing but buggy code and set-up a new debugger from scratch (most likely in VSCode or Intellij Rust). Show the current limitations of the system (e.g. variables don't show up or they get displayed as C/low-level structures without proper Rust introspection).


Requested by user Hitlife80 on Reddit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant