https://github.com/joymon/dotnet-watcher
This is a open source tool for monitoring the activities happening in an .Net application using MDbgEngine.
https://github.com/joymon/dotnet-watcher
debugging dot-net dot-net-framework eaten-exceptions exception-handling
Last synced: 2 months ago
JSON representation
This is a open source tool for monitoring the activities happening in an .Net application using MDbgEngine.
- Host: GitHub
- URL: https://github.com/joymon/dotnet-watcher
- Owner: joymon
- License: mit
- Created: 2021-09-15T18:14:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T04:54:05.000Z (over 3 years ago)
- Last Synced: 2025-01-20T10:46:40.151Z (4 months ago)
- Topics: debugging, dot-net, dot-net-framework, eaten-exceptions, exception-handling
- Language: C#
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotNet Watcher
This is a open source tool for monitoring the activities happening in an .Net application using MDbgEngine. Moved from [CodePlex](https://archive.codeplex.com/?p=dotnetwatcher)# Why this project?
This project mainly targeting the developers who are coding in .Net for years but don't know how the .Net application executes internally such as when a class is being loaded to an application etc...
There are lot more tools available in the internet with similar features.But I didn't feel those as right fit for me and hence started this.# Implemented Features
- Capture eaten exceptions# Planned features
- Show more details about eaten exception
- Capture when a class is loading# You may not like
- The UI - Sorry I am not a good UI guy.
- The less details of exception - This is in before CTP stage. I had to do lot before somebody else can use :-(You can find the MDbgCore.dll at :\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\MdbgCore.dll
# Thanks to
- http://blogs.msdn.com/b/jmstall/archive/2005/07/28/print-exceptions.aspx