Just synchronizing with my local fixes before moving the debugger window to a separate static library#33
Merged
emoon merged 19 commits intotheblacklotus:debugger-startfrom May 21, 2025
Conversation
+ EASTL lib + added some not very functional debugger windows + CMake flags for VC Windows development
make clang & gcc happy gcc compile errors fixed
…nto debugger-start
Debugger v0.2
- Windows: Disasm, copper, blitter, custom regs, scr_graph, console;
- Shortcuts, Actions, Log, Console, messages;
- Debug trace: Step-In, Step Copper, Skip N scanlines;
- Separate thread for UAE
- Update imgui docking to latest ver 1.91.3
- and many, many ..
Fix creation of UAE window and process events in main thread
- Due to bug on MacOS: NSWindow should only be instantiated on the main thread!
- A known bug is that shortcuts are now global instead of separate for each window.
Compatible with old compilers since the minimum C++11 version
…nto debugger-start
Member
|
Sorry for the delay. I have run the tests now and there seems to be some issues with the change. |
…nto debugger-start
…nto debugger-start
Contributor
Author
|
I fixed compilation warnings with FUNCTION macro for clang, and formatting errors. |
Member
|
Thanks! Seems there are still some issues building the code tho |
- `file_system.cpp` should compile on all platforms, to support `-s filesystem=rw,dh0:c:\\Amiga\\hd0` command line; - Added cmake's target for `clang-format` to pass the `Clang Forma Check` action; - Moved the defines from CMakeLists.txt to the `sysconfig.h`
…nto debugger-start
Member
|
Thanks for the fixes! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.