Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raigorx/simple-debugger-windows
Simple Windows Debugger
https://github.com/raigorx/simple-debugger-windows
debugger educational example xmake
Last synced: 8 days ago
JSON representation
Simple Windows Debugger
- Host: GitHub
- URL: https://github.com/raigorx/simple-debugger-windows
- Owner: raigorx
- License: gpl-3.0
- Created: 2023-08-24T10:19:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T10:29:38.000Z (about 1 year ago)
- Last Synced: 2024-10-24T13:58:52.766Z (22 days ago)
- Topics: debugger, educational, example, xmake
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-Debugger-Windows
It has the debugger and the debuggee, insert a breakpoint in the entryPoint and wait for a key to be press
to continue the program to end.## How to build
This project uses [xmake](https://xmake.io/) as its build tool.
vscode users can use the extension for easy compile the code. https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode