Dosbox and Debugger with ImGUI frontend #3
Replies: 0 comments 13 replies
-
Nice find! ImGUI is something @dreamer wants to incorporate for various GUI feedback and OSD purposes. I think the way to work on this would be to:
We've used this approach for SDL2, GUS, and Meson, as these were non-trivial changes that had to progress them over several months. |
Beta Was this translation helpful? Give feedback.
-
References from @kklobe : |
Beta Was this translation helpful? Give feedback.
-
@GranMinigun reported that Ghidra has a debugger in current beta. |
Beta Was this translation helpful? Give feedback.
-
the problem with real dos debuggers is that they mostly based on real hardware - for example SoftIce does not run under dosbox the best what i've seen so far is https://github.com/wjp/idados - a dosbox extension that allows debugging of 16/32bit software in IDA Pro using dosbox as the backend would be interesting to see if the Ghidra Debugger got a API or something to attach it to dosbox |
Beta Was this translation helpful? Give feedback.
-
I do like this interface that @Patedam implemented - yeah, our long-term goal is to get rid of debugger TUI and dependency on |
Beta Was this translation helpful? Give feedback.
-
Thanks. |
Beta Was this translation helpful? Give feedback.
-
@Patedam do you remember which SVN revision you used as a base for your implementation? |
Beta Was this translation helpful? Give feedback.
-
could be tags/RELEASE_0_74_2 - revision 4156 |
Beta Was this translation helpful? Give feedback.
-
I'm not 100% sure but i have a zip of R4175 so that should be this one. |
Beta Was this translation helpful? Give feedback.
-
it seems to be 4175 but beside the huge imgui stuff also multiple small changes -add imgui code are all the changes are based on your work or did you used some patches (like the SDL2 port stuff etc.) |
Beta Was this translation helpful? Give feedback.
-
Yes i did a very basic port to SDL2, i think i took a snippet of code on vogons.org but i dont remember which one. |
Beta Was this translation helpful? Give feedback.
-
i would rebased into a dosbox staging svn/trunk 4175 based branch and |
Beta Was this translation helpful? Give feedback.
-
Archived discussion to https://github.com/dosbox-staging/archived-discussions-for-dosbox-staging |
Beta Was this translation helpful? Give feedback.
-
found this ImGUI based dosbox frontend
https://github.com/Patedam/DebugDosBox
a little outdated but still interesting
Beta Was this translation helpful? Give feedback.
All reactions