I see two problems with 0.1.1 1) I set a breakpoint a few lines above a foreach loop. I continue and the debugger keeps breaking at the foreach loop. 2) When evaluating a wchar string, cast(wchar)str doesn't correctly show the value of the string. I'll try to reduce the code to something smaller and post the code later on..