You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
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 .
- [ ] Inprocess debugging ( Start )
- [x] Out of process debugging ( Attach )