NeuraQuiz
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Rust Basics Deep Dive Quiz
Rust
25:00
Question 1 of 38
ADVANCED
+1 XP
Previous
🏳️ Flag
Submit Quiz
Next
Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ADVANCED
1 pts
Arrange the steps to debug a Rust program in the correct order:
Arrange the items in correct order
1
Use the `dbg!` macro to print debug information
↑
↓
2
Use the `println!` macro to print output
↑
↓
3
Use a debugger like `gdb` or `lldb`
↑
↓
4
Use the `rust-lldb` command to debug
↑
↓
5
Use the `rust-gdb` command to debug
↑
↓