Open
Description
Is your feature request related to a problem? Please describe.
When trying to discover where the decompiler isn't working quite how it should be, its currently difficult to setup a debugging environment in Windows to step through the C++ decompiler code.
Describe the solution you'd like
Either the ability and instructions to use the Eclipse IDE to step through the C++ code, or a Visual Studio project, that is kept valid at all times, that can be used to build the decompiler so that a debug version could be easily built and attached to the VS IDE for stepping through he code.
Describe alternatives you've considered
- Adding code into the decompiler code to produce a file showing what yo need to see. Quite fiddly and requires rebuilds and restarts.
- Creating my own VS project, changing it each time new sources etc. are added/removed. Should be easy but isn't as straight forward as it should be, especially when your day job is reversing applications ad not really fixing issues in the tool!