Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Just In Time Debugging?

debugging time
0
Posted

What is Just In Time Debugging?

0

It is a feature of windows95/NT where a debugger can be attached to a process after an exception has occurred, and is very useful for debugging your applications. It is less useful when developing with more than one compiler/debugger combination, or when you end up starting to debug third party applications. It is controlled by the [AeDebug] section of win.ini in Win95, and in the NT registry section HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AeDebug Auto: REG_SZ “0” or “1” : Set to “1” if you want your debugger to run automatically Debugger: REG_SZ: the command line to start the debugger, which is used as a printf argument and should contain two %ld strings to be replaced by the process ID and exception number. E.g.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123