- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is there a way to debug a crash (an access violation) with the debugger ? (Or another way) ?
I got a crash in a kernel... but don't know where it happend in the code !!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since the kernel is JITed it is somewhat challenging to debug. One way I have done this in the past is to isolate the crash to a particular function and then to a particular line by commenting/uncommenting code.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page