▲ 72 ▼ Introducing Predictive Debugging: A Game-Changing Look into the Future (blog.jetbrains.com) submitted 3 years ago by agilob@programming.dev to c/programming@programming.dev 22 comments fedilink hide all child comments
[+] ImpossibleRubiksCube@programming.dev 2 points 3 years ago* (last edited 2 years ago) (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [–] jvisick@programming.dev 4 points 3 years ago By necessity, when you’re in the debugger your code has already been compiled either way, no? Or am I missing something here? This isn’t executing your code as you’re writing it (though it does support Edit & Continue), this is preemptively executing the next lines in your code when you’re already paused in the debugger - which means it’s been compiled and already running. permalink fedilink source parent [–] snowe@programming.dev 2 points 3 years ago (1 child) you're misunderstanding. this is a function of the debugger. Your code has already been compiled and is currently running if you are using this feature. permalink fedilink source parent hideshow 2 child comments replies: [+] ImpossibleRubiksCube@programming.dev 1 point 3 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[–] jvisick@programming.dev 4 points 3 years ago By necessity, when you’re in the debugger your code has already been compiled either way, no? Or am I missing something here? This isn’t executing your code as you’re writing it (though it does support Edit & Continue), this is preemptively executing the next lines in your code when you’re already paused in the debugger - which means it’s been compiled and already running. permalink fedilink source parent
[–] snowe@programming.dev 2 points 3 years ago (1 child) you're misunderstanding. this is a function of the debugger. Your code has already been compiled and is currently running if you are using this feature. permalink fedilink source parent hideshow 2 child comments replies: [+] ImpossibleRubiksCube@programming.dev 1 point 3 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[+] ImpossibleRubiksCube@programming.dev 1 point 3 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent