Wolfgang Schmidt

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Wolfgang Schmidt created a post, Debug into decompiled code
Hi,I would like the fancy feature from Reflector VSPro to debug into code, even if source code/PDB is not available.In the meantime also Telerik JustCode seems to have sucha functionallity.Will th... -
Wolfgang Schmidt created a post, Heuristic Unreachable code
HiI have a lot of "heuristic unreachable code" which can be reached.Its quite easy to reproduce.On KeyPress a variable is set (Lets call it abort)if (abort) return; DoSomethingLongRunning(); if (... -
Wolfgang Schmidt created a post, HowTo make some settings in ReSharper
Hi,I used JustCode before. Now I go to ReSharper 8 and got some questions for using it with C#:In JustCode I could use a setting: "Replace 'var' by explicit type declaration" In ReSharper I constan...