Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterlv/walterlv.issues.tracebreakpointtrap
https://github.com/walterlv/walterlv.issues.tracebreakpointtrap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/walterlv/walterlv.issues.tracebreakpointtrap
- Owner: walterlv
- Created: 2024-07-05T02:59:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T03:42:12.000Z (6 months ago)
- Last Synced: 2024-07-10T06:16:15.612Z (6 months ago)
- Language: C#
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trace/breakpoint trap
## To reproduce
Build this project with `dotnet build`.
```powershell
dotnet publish -c debug -r linux-x64 --self-contained
```Run the generated executable:
```powershell
> ./TraceBreakpointTrapDemo### Trace/Breakpoint Trap issue on .NET debugger ###
If you want to debug this demo using other debuggers (e.g. GDB, LLDB), you can use the following options:
--sleep Sleep for a while before attaching debugger.
--skip-attach Skip attaching debugger and run directly.Please attach a dotnet debugger and use 'Set next statement'.
```Attach a dotnet debugger and then you'll see the following output:
```powershell
Trace/breakpoint trap
```