Saved Bookmarks
| 1. |
The_____mode provides interactive testing and debugging of code |
|
Answer» A “step-through deb ugger” (also called an “interactive deb ugger” or just “deb ugger”) is a powerful tool that can be very handy when your application isn't behaving the way you EXPECT. You can USE it to pause your application's code execution to: Inspect or ALTER application state Explanation: PLS MARK AS BRAINLIEST HOPE THIS HELPS |
|