 h a l f b a k e r y Needs more cowbell.
idea:
add, search, annotate, link, view, overview, recent, by name, best, random
meta:
news, help, about, links, report a problem
account:
Browse anonymously,
or get an account
and write.
Login
Create account.
|
|
| Please log in.
If you're not logged in,
you can see what this page
looks like, but you will
not be able to add anything.
| |
I don't quite understand this idea, but I remember from long hours debugging commercial code by various shops that in general you can comment out anything which throws an error and there is no noticeable difference in software performance. It is surprisingly rare that you comment out something which actually does something important. |
|
| |
I don't get it either. How can you debug code you don't run? |
|
| |
Does it help that Visual Studio has a "TRY / CATCH / FINALLY" command that attempts to execute an instruction and can execute alternate code if the inital TRY fails? |
|
| |
GDB already has the ability to execute commands when a breakpoint is hit. I don't use IDEs, so I can't speak for them. |
|
| |