There are some things that I need to work on before I release an alpha version. They are mainly related to error handling and other usability issues. Please be patient, as I work on this in my spare time and I'm rather busy with school for the coming two weeks.
Some more details:
- Debugging is done using the visual studio debugger. You can set breakpoints and step through code.
- You can compile scripts in either debug or release mode. Release mode has no debug symbols and is more subject to JIT optimizations.
- For .net developers, you will be able to invoke steelkix methods with the upcoming .net framework 4.0 (using the new 'dynamic' keyword).
|