All Projects → micli → Netcoredebugging

micli / Netcoredebugging

A repository maintains the book of ".NET Core application debugging" sample code.

Projects that are alternatives of or similar to Netcoredebugging

Voltron
A hacky debugger UI for hackers
Stars: ✭ 5,599 (+10667.31%)
Mutual labels:  lldb, windbg
Awesome Swift Korean Lecture
훌륭한 Swift 세션 동영상(강좌), 한글 자막있는 혹은 한국어 강의 정보 링크 모음 (Awesome Swift Korean lecture information)
Stars: ✭ 649 (+1148.08%)
Mutual labels:  lldb
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (+486.54%)
Mutual labels:  lldb
Mirage
kernel-mode Anti-Anti-Debug plugin. based on intel vt-x && ept technology
Stars: ✭ 272 (+423.08%)
Mutual labels:  windbg
Superdump
A service for automated crash-dump analysis
Stars: ✭ 384 (+638.46%)
Mutual labels:  windbg
Inspector
A drop-anywhere C++ REPL
Stars: ✭ 767 (+1375%)
Mutual labels:  lldb
Hmlldb
HMLLDB is a collection of LLDB commands to assist in the debugging of iOS apps.
Stars: ✭ 30 (-42.31%)
Mutual labels:  lldb
Ios Debug Hacks
🎯 Advanced debugging skills used in the iOS project development process, involves the dynamic debugging, static analysis and decompile of third-party libraries. iOS 项目开发过程中用到的高级调试技巧,涉及三方库动态调试、静态分析和反编译等领域
Stars: ✭ 595 (+1044.23%)
Mutual labels:  lldb
Memoscope.net
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
Stars: ✭ 626 (+1103.85%)
Mutual labels:  windbg
Vscode Lldb
A native debugger extension for VSCode based on LLDB
Stars: ✭ 866 (+1565.38%)
Mutual labels:  lldb
Lldb
Project moved to: https://github.com/llvm/llvm-project
Stars: ✭ 412 (+692.31%)
Mutual labels:  lldb
Dbgshell
A PowerShell front-end for the Windows debugger engine.
Stars: ✭ 566 (+988.46%)
Mutual labels:  windbg
Winobjex64
Windows Object Explorer 64-bit
Stars: ✭ 775 (+1390.38%)
Mutual labels:  windbg
Nvim Gdb
Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
Stars: ✭ 341 (+555.77%)
Mutual labels:  lldb
Ios debugger challenge
A playground for run-time iOS app inspection
Stars: ✭ 39 (-25%)
Mutual labels:  lldb
Xia0lldb
LLDB python scripts for iOS arm64 reversing by xia0
Stars: ✭ 299 (+475%)
Mutual labels:  lldb
Windbg Cheat Sheet
A practical guide to analyze memory dumps of .Net applications by using Windbg
Stars: ✭ 43 (-17.31%)
Mutual labels:  windbg
.emacs.d
More Reasonable Emacs on MacOS, Windows and Linux
Stars: ✭ 45 (-13.46%)
Mutual labels:  lldb
Vim Padre
Debugger plugin for VIM
Stars: ✭ 42 (-19.23%)
Mutual labels:  lldb
Jucipp
A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
Stars: ✭ 887 (+1605.77%)
Mutual labels:  lldb

.NET Core 2.0 Debugging Sample Project

A repository to maintain .NET Core application debugging sample code.

This is a sample project repository that maintains some very poor .NET Core code to help developers demostrate how to figure out root cause issues from .NET Core application by LLDB/Windbg.

I recently wrote a book named ".NET Core 2.0 Application Debugging". In this book, I demostrated all these sample in book chapters.

This repo contains below projects:

  • AppSimpleCrash
  • CrashAtFinalizer
  • DBDeadlockHang
  • DumpMe
  • HelloWorld
  • HighCPU
  • MassiveThreads
  • MemoryLeak

In this repository also contains .NET Core debugging extensions for Linux and macOS on x64 archiecture to compatiable LLDB3.9. Please feel free to download.

Access Tsinghua Press website to know details

.NET Core 2.0 调试样例代码仓库

一个包含.NET Core 应用程序调试样例代码的代码仓库

这是一个示例项目代码仓库维护一些非常差劲的.NET Core代码,用来帮助开发人员演示如何利用LLDB/Windbg调试工具从.NET Core应用程序中找出程序运行出错的根本原因。

我最近写了一本名为《.NET Core 2.0 应用程序高级调试》的书。 在这本书中,我将所有这些例子调试方法在各章中进行了介绍。 代码仓库中包含以下项目:

  • AppSimpleCrash
  • CrashAtFinalizer
  • DBDeadlockHang
  • DumpMe
  • HelloWorld
  • HighCPU
  • MassiveThreads
  • MemoryLeak

在最新发布的.NET Core 2.1 中,调试扩展所支持的LLDB 调试器已经从3.6升级到3.9 版本。在这个版本库中,还包含了用于Linux和Mac OS X64架构的.NET Core调试扩展,以兼容LLDB3.9。 请随意下载。

天猫购买链接 抢购传送门

京东自营购买链接 抢购传送门

当当购买链接 抢购传送门

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].