Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotdevelop
/
debugger-libs
Public
forked from
mono/debugger-libs
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
debugger-libs
Mono.Debugging.Win32
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 20, 2021
Change DebugType from `full` to `portable` (#335)
deitry
authored
c90ecd9
View commit details
Copy full SHA for c90ecd9
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
minor code cleanup
jstedfast
committed
e613618
View commit details
Copy full SHA for e613618
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Added EvaluationContext to AsyncOperation
Show description for 0f959b7
jstedfast
committed
0f959b7
View commit details
Copy full SHA for 0f959b7
View code at this point
Browse repository at this point
Commits on Jun 10, 2019
Move remaining projects to net472.
KirillOsenkov
committed
06388e4
View commit details
Copy full SHA for 06388e4
View code at this point
Browse repository at this point
Commits on Jan 26, 2019
Fix warning.
KirillOsenkov
committed
c907d07
View commit details
Copy full SHA for c907d07
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Fixed signing not working for Debugging.Win32.
Therzok
authored
47b5ff4
View commit details
Copy full SHA for 47b5ff4
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
Sign Mono.Debugging.Win32
Therzok
authored
a7c4d3a
View commit details
Copy full SHA for a7c4d3a
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Fix references
nerzhulart
committed
7863d46
View commit details
Copy full SHA for 7863d46
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
Line endings restore in FieldReference.cs
nerzhulart
committed
0533178
View commit details
Copy full SHA for 0533178
View code at this point
Browse repository at this point
CorDebug: Do not hide members marked with CompilerGeneratedAttribute
Show description for f140a76
nerzhulart
committed
f140a76
View commit details
Copy full SHA for f140a76
View code at this point
Browse repository at this point
Fix NREs in GetParameters etc.
Show description for ce4d48e
nerzhulart
committed
ce4d48e
View commit details
Copy full SHA for ce4d48e
View code at this point
Browse repository at this point
TryCast fix to allow cast null object to any type.
Show description for 24fc423
nerzhulart
committed
24fc423
View commit details
Copy full SHA for 24fc423
View code at this point
Browse repository at this point
fixed handle-all problem
Show description for c94dd1f
ArseniiCherniaev
authored and
nerzhulart
committed
c94dd1f
View commit details
Copy full SHA for c94dd1f
View code at this point
Browse repository at this point
MtaThread: throwing the original exception itself instead of wrapping with Exception. Otherwise the callsite may fail with logic in catch blocks, because all the exceptions will be wrapped
Show description for 31655ae
nerzhulart
committed
31655ae
View commit details
Copy full SHA for 31655ae
View code at this point
Browse repository at this point
Handle and wrap CORDBG_E_STATIC_VAR_NOT_AVAILABLE exception
Show description for 9a22ad5
nerzhulart
committed
9a22ad5
View commit details
Copy full SHA for 9a22ad5
View code at this point
Browse repository at this point
CorValRef.IsAlive() should return true if val==null, because it's valid value. Before this all void methods were evaluating for two times because "void" method evaluates to null result in eval whic…
Show description for 47cadb6
nerzhulart
committed
47cadb6
View commit details
Copy full SHA for 47cadb6
View code at this point
Browse repository at this point
Subscribe on BusyStateChanged
Show description for a3ab550
nerzhulart
committed
a3ab550
View commit details
Copy full SHA for a3ab550
View code at this point
Browse repository at this point
implemented OnException handler
Show description for 25d0748
ArseniiCherniaev
authored and
nerzhulart
committed
25d0748
View commit details
Copy full SHA for 25d0748
View code at this point
Browse repository at this point
wrap all exception on evaluation
Show description for c4c1738
ArseniiCherniaev
authored and
nerzhulart
committed
c4c1738
View commit details
Copy full SHA for c4c1738
View code at this point
Browse repository at this point
handle exception on breakpoint condition evaluation
Show description for 7707698
ArseniiCherniaev
authored and
nerzhulart
committed
7707698
View commit details
Copy full SHA for 7707698
View code at this point
Browse repository at this point
Call ObjectAdapter.CancelAsyncOperations ()
Show description for bd2c8fe
nerzhulart
committed
bd2c8fe
View commit details
Copy full SHA for bd2c8fe
View code at this point
Browse repository at this point
A lot of calls in CorObjectAdaptor were made more safe - wrapped with try-catch and logging.
Show description for 8513a26
nerzhulart
committed
8513a26
View commit details
Copy full SHA for 8513a26
View code at this point
Browse repository at this point
Silently and properly handle COMException in GetThisReference and GetHoistedReference
Show description for 17500a5
nerzhulart
committed
17500a5
View commit details
Copy full SHA for 17500a5
View code at this point
Browse repository at this point
Get rid of checking for Managed frame. This causes a huge performance impact, but is not needed because we're fetching only managed frames.
Show description for b5b58d8
nerzhulart
committed
b5b58d8
View commit details
Copy full SHA for b5b58d8
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
NRE fix in GetTypeName()
Show description for f2398be
nerzhulart
committed
f2398be
View commit details
Copy full SHA for f2398be
View code at this point
Browse repository at this point
Isolation of COMException in GetFrames(). Sometimes fetching frames may throw CORDBG_E_BAD_THREAD_STATE, and we should handle it. Otherwise the debugger event thread will be corrupted.
Show description for e3ed11b
nerzhulart
committed
e3ed11b
View commit details
Copy full SHA for e3ed11b
View code at this point
Browse repository at this point
Merge pull request #1817 from JetBrains/nuspecVersionFix
Show description for 700c3c6
David Karlaš
authored
700c3c6
View commit details
Copy full SHA for 700c3c6
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
Move CorApi assemblies to to net45 dir in nupkg (to be near to *Win32.dll)
Show description for bb9ef75
nerzhulart
committed
bb9ef75
View commit details
Copy full SHA for bb9ef75
View code at this point
Browse repository at this point
Using buildver variable instead of Version because Version can't be used in <dependency> tag
Show description for 534e4ec
nerzhulart
committed
534e4ec
View commit details
Copy full SHA for 534e4ec
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Import path fix
nerzhulart
committed
de0b3ad
View commit details
Copy full SHA for de0b3ad
View code at this point
Browse repository at this point
Merge pull request #1812 from JetBrains/win32DebuggerCustomProps
Show description for de433ec
David Karlaš
authored
de433ec
View commit details
Copy full SHA for de433ec
View code at this point
Browse repository at this point
Custom properties for Win32 debugger projects. (Used to sign with custom key)
nerzhulart
committed
a7e23cb
View commit details
Copy full SHA for a7e23cb
View code at this point
Browse repository at this point
Merge pull request #1805 from JetBrains/rider-nugets
Show description for c4ea210
David Karlaš
authored
c4ea210
View commit details
Copy full SHA for c4ea210
View code at this point
Browse repository at this point
insert corFunctionBreakpoints in several app domains
ArseniiCherniaev
committed
189fdd5
View commit details
Copy full SHA for 189fdd5
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Nuspecs
nerzhulart
committed
04c9699
View commit details
Copy full SHA for 04c9699
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.