-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To enabled dotnet debugger for s390x , changes in dotnet runtime and netcoredbg repositories are needed.
This issue is created to track these changes.
The tasks involved are .
- Building of netcoredbg on S390x
- Establishing a connection between debugger and debuggee process. A debuggee can be debugged in two ways
- [ ] Inprocess debugging ( Start )
- [x] Out of process debugging ( Attach ) - Enabled debugging with inprocess debugging ( Start )
- Enable debugging with out of process debugging ( Attach )
- Enable Backtrace command
- Enable Break command
- Enable Catch command
- Enable Continue command
- Enable delete command
- Enable detach command
- Enable disable command
- Enable enable command
- Enable file command
- Enable finish command
- Enable frame command.
- Enable interrupt command.
- Enable list command.
- Enable next command.
- Enable print command
- Enable quit command.
- Enable run command.
- Enable attach command.
- Enable detach command.
- Enable step command.
- [] Enable source command.
- [] Enable wait command.
- [] Enable set command.
- [] Enable save command.
- Enable info command.
- Enable help command.
Metadata
Metadata
Assignees
Labels
No labels