💡 Overview CodeJump allows you to add "jump points" — special markers that make your debugger jump ahead to the next jump point automatically. This lets you fast-forward through known or unimportant sections of code while still keeping full control over your debugging flow. Use CodeJump to:
⚙️ How It Works
When execution reaches a jump point, the debugger jumps to the next jump point automatically until it reaches the last jump point. If there are no more jump points, execution stops normally. 🚀 Features
🎯 Why You’ll Love It Debugging large methods can be tedious when you have to step over sections you already trust. CodeJump acts as a “Fast Forward” button for your debugger — helping you focus only on the lines that matter. 📸 Screenshots Editor view with visible jump point glyphs: Adding and removing of jump points: Debug session showing execution jumping with a jump point: 📜 To Do As this was born and developed out of boredom, I'm not sure if i'm going to do further improvements. Maybe some few light polishing in the future. 🙂 |