Skip to content

Conversation

@Alriightyman
Copy link

  • Added AS executable
  • Fixed both example files with AS
  • Added support for skipping builds if it has already compiled (if document changed, then it will build again when Run is selected)
  • Disabled dynamic Loading of "include" files. This actually breaks on larger projects. As an example, I tried loading a Sonic Disassembly and left it for about 8 hours to run - never completed. Seems to hang on the regex.match call. Might be better to consider a project file format instead.
  • Added Build Time to status bar when build is completed (or fails)
  • removed double call to Process.start()
  • removed double loading of symbol data when calling Run (if it needs to build). Also, just compiling doesn't really need the symbols.
  • Updated Config Window: Added path for P to Bin executable
  • Added tool tips to a few of the new controls in Config Window
  • Updated to .NET Framework 4.8

- Added AS executable
- Fixed both example files with AS
- Added support for skipping builds if it has already compiled (if document changed, then it will build again when Run is selected)
- Disabled dynamic Loading of "include" files. This actually breaks on larger projects.  As an example, I tried loading a Sonic Disassembly and left it for about 8 hours to run - never completed. Seems to hang on the regex.match call. Might be better to consider a project file format instead.
- Added Build Time to status bar when build is completed (or fails)
- removed double call to Process.start()
- removed double loading of symbol data when calling Run (if it needs to build).  Also, just compiling doesn't really need the symbols.
- Updated Config Window: Added path for P to Bin executable
- Added tool tips to a few of the new controls in Config Window
@Alriightyman
Copy link
Author

This is a really great program. I've been thinking of adding source code debugging to Exodus or Blastem. I work mostly with Sonic disassemblies so I was mostly able to successfully work though a hack of mine. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant