Viewing profile — DinoV
DinoV
HN member- Joined
- Fri, Apr 08, 2011, 5:26 PM UTC
- HN karma
- 55
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About DinoV
No profile information was provided.
Recent public activity
-
comment
Comment #15563637
Sorry for those of you with slow load times. We had a perf issue with our server side rendering of the Angular app which was avoided by going to the front page. We temporarily disa…
-
comment
Comment #15563332
For more information you can check out the blog entry over here: https://blogs.msdn.microsoft.com/visualstudio/2017/10/26/run...
-
comment
Comment #8122606
It might be my fault... The DLR interpreter got rolled into .NET native so that ETs could be interpreted (hence the weird EETypeRva:0x01588388 error). I actually did the initial se…
-
comment
Comment #5979742
VS 2012 added a new debugging framework for supporting debugging multiple code types at the same time. That model requires that the debugger work out of process - inspecting variou…
-
comment
Comment #4728341
There's nothing built-in yet, but we do have a feature tracking it that I'd encourage you to vote for: http://pytools.codeplex.com/workitem/691 The priority of this has gone up for…
-
comment
Comment #4726084
Thanks, you're making me want to check out KDevelop to compare now. So far I thought we had the best Python intellisense hands down, but it sounds like you're a pretty good competi…
-
comment
Comment #4725844
We want the link to be clickable so it opens full screen in your browser. Doing that from CodePlex is impossible AFAIK. For example if you copy an image location for some of our ot…
-
comment
Comment #4725828
Integrating with VS is definitely a non-trivial task. But I work at Microsoft and have access to all of the VS source code, so that's a big help. And when that fails I can usually …
-
comment
Comment #4725821
We don't actually execute any code to figure this out, it's all based upon analysis of the code. Basically how it works is that we do an abstract interpretation of the code. To tak…
- story
- story
- story
-
comment
Comment #2424830
It sounds like there’s two parts of the debugging APIs that you’re confused about – how to get your debugger to run and how to implement the debugger where you have all the AD7 cla…