What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Simcraft Implemented, a Raidbot Derivate with Integrated Combat

Im actually wondering if there are any bugs remaining so that i can start adding a few features
 
Im actually wondering if there are any bugs remaining so that i can start adding a few features
I only use this for my hunter so cant say for other classes. The only bug I run into is at times the bot will stutter, it happens when the bot tries to cast bestal wrath even tho it is off cooldown for some reason the bot just stutters for awhile then eventually fixes itself. I checked the log and it does not throw errors for me.
 
Last edited:
It's been running smooth for me for the last week+, but I haven't put Bloodlust monitoring back in. If you need me to check that I can, otherwise if it is known to be fixed that was my only remaining bug.
 
I would put two side mouse buttons like hotkey, but is not working. Put:
hotkeys+=/hotkey_opener,none,M4
hotkeys+=/hotkey_barrage,none,M5.

How fix?

Thanks
 
Last edited:
I would put two side mouse buttons like hotkey, but is not working. Put:
hotkeys+=/hotkey_opener,none,M4
hotkeys+=/hotkey_barrage,none,M5.

How fix?

Thanks
No idea what the key number would be for mouse 4 and 5. Might be something weird like 18 or X1. Hopefully kane could answer.
 
No idea what the key number would be for mouse 4 and 5. Might be something weird like 18 or X1. Hopefully kane could answer.
Only is working with letters. And when the HB is enabled, if you type same some letter that is like hotkey, the text does not appear and the function is activated / deactivated.:confused:
 
Only is working with letters. And when the HB is enabled, if you type same some letter that is like hotkey, the text does not appear and the function is activated / deactivated.:confused:
If you use this
hotkeys+=/hotkey_barrage,none,X

anytime you press x text should appear in the chat box telling you if it was activated or deactivated.
 
If you use this
hotkeys+=/hotkey_barrage,none,X

anytime you press x text should appear in the chat box telling you if it was activated or deactivated.
but I did not want to letters. Did the buttons of the mouse or F1 and F2
 
Could we get a overview of the simc apl features that are working (or not implemented yet)?

and i got another CRITICAL feature request:

when i use ground target abilities (like warrior ravager / heroic leap) manually. the botbase doing the clicking for me and i cant choose a ground target position.
for ravager thats ok (sometimes) but for heroic leap it completely messes up movement. (i try to jump away from the boss, but it automatically jumps TO the boss).
any way to fix that?

edit: btw your botbase tops any other CR im using by a large amount. thanks for your great work!
 
Last edited:
Could we get a overview of the simc apl features that are working (or not implemented yet)?

and i got another CRITICAL feature request:

when i use ground target abilities (like warrior ravager / heroic leap) manually. the botbase doing the clicking for me and i cant choose a ground target position.
for ravager thats ok (sometimes) but for heroic leap it completely messes up movement. (i try to jump away from the boss, but it automatically jumps TO the boss).
any way to fix that?

edit: btw your botbase tops any other CR im using by a large amount. thanks for your great work!

Apis currently not in that i know off and i want to implement someday:

persistent_multiplier,
miss_react,
cooldown_react,
pool_ressource,
damage,
max_cycle_targets,
start_moving,
stop_moving,
target.debuff.vulnerable.,
target.debuff.flying,
wait,
wait_on_ready,
interrupt,
interrupt_if,
target.adds

Stuff thats not in and probably never will be:
@operator,
sync,
Some complex Trinket Expressions,
All Raid Events,
All Tank related expressions


As for the Heroic Leap Problem: Unfortunately there is no way find out what a target circle is for so i either have the option to do things safe
(Singular does this) and possibly miss several execution cycles or do it quick and dirty to ensure maximum performance.

What i do personally is clear my target before leaping somewhere, it will then allow you to place the circle yourself.
 
You must manually pre cast cobra shot 1.5sec before the tank pulls. If you do not want to manually cast it then delete the cobra shot line, otherwise you will lose dps.

im casting the cobra shot manually when the pull is 1.5s, but after that, the routine doesnt stop casting cobra shot. how do I fix this?
 
im casting the cobra shot manually when the pull is 1.5s, but after that, the routine doesnt stop casting cobra shot. how do I fix this?
Change:
Code:
actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)>=focus.deficit,if=hotkey_opener
To:
Code:
actions+=/cobra_shot,if=(buff.pre_steady_focus.up&(14+cast_regen)>=focus.deficit)&hotkey_opener
this should fix the problem. Do remeber after barrage goes off to disable the opener hotkey.
 
Change:
Code:
actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)>=focus.deficit,if=hotkey_opener
To:
Code:
actions+=/cobra_shot,if=(buff.pre_steady_focus.up&(14+cast_regen)>=focus.deficit)&hotkey_opener
this should fix the problem. Do remeber after barrage goes off to disable the opener hotkey.

Thank U. Replace, but is still casting only cobra shot.
 
Getting this error when clicking on the profile button. I have the default profile for BM Hunter in my Simcraft Profiles folder:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at Simcraft.APL.AplAction.as_use_item_t() in d:\storage\HBNew\Bots\simpl-master\APL\AplAction.cs:line 268
at Simcraft.APL.AplAction.ParseAction() in d:\storage\HBNew\Bots\simpl-master\APL\AplAction.cs:line 178
at Simcraft.APL.ActionPrioriyList.FromString(String s) in d:\storage\HBNew\Bots\simpl-master\APL\ActionPrioriyList.cs:line 75
at Simcraft.SimcraftImpl.GenerateApls(String folder) in d:\storage\HBNew\Bots\simpl-master\SimcraftTop.cs:line 363
at Simcraft.ProfileSelector.OnShown(EventArgs e) in d:\storage\HBNew\Bots\simpl-master\ProfileSelector.cs:line 31
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Honorbuddy
Assembly Version: 2.5.13286.775
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
PresentationFramework
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34004
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationCore
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Tripper.Tools
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/storage/HBNew/Tripper.Tools.DLL
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
GreyMagic
Assembly Version: 2.5.13286.775
Win32 Version:
CodeBase: file:///D:/storage/HBNew/GreyMagic.DLL
----------------------------------------
Tripper.RecastManaged
Assembly Version: 1.0.0.0
Win32 Version:
CodeBase: file:///D:/storage/HBNew/Tripper.RecastManaged.DLL
----------------------------------------
{94793b7c-e984-46f6-a851-8adc5e042a25}
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
PresentationFramework.Aero2
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll
----------------------------------------
System.IO.Compression
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34003
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
WindowsFormsIntegration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
PresentationFramework.Aero
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
System.ServiceModel
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.92.0
Win32 Version: 1.0.92.0
CodeBase: file:///D:/storage/HBNew/System.Data.SQLite.DLL
----------------------------------------
UIAutomationTypes
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
PresentationFramework-SystemXmlLinq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll
----------------------------------------
PresentationFramework-SystemXml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
UIAutomationProvider
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
SMDiagnostics
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.ServiceModel.Internals
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
----------------------------------------
RemoteASM
Assembly Version: 2.5.13286.775
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/RemoteASM.DLL
----------------------------------------
RemoteASMNative
Assembly Version: 2.5.13286.775
Win32 Version:
CodeBase: file:///D:/storage/HBNew/RemoteASMNative.DLL
----------------------------------------
Microsoft.CSharp
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
5tmbe1hb
Assembly Version: 1.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
dm3vypya
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
wr143sgx
Assembly Version: 1.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
d4l5pacd
Assembly Version: 1.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
n12xartw
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
av2mrnbf
Assembly Version: 1.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
xajaoLGNWIDVmZSoOZizDdPFcmVr
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
RaidBot_1873097301
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/RaidBot_1873097301.dll
----------------------------------------
Combat_1819685824
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/Combat_1819685824.dll
----------------------------------------
BYFnyRwzyVyPpQyLZsWhavRvovw
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
uEDHurcbuGITdAVMstxLkWAEXTCa
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
LazyRaider_1393323547
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/LazyRaider_1393323547.dll
----------------------------------------
simpl-master_1857186858
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/simpl-master_1857186858.dll
----------------------------------------
TuanHAHunterWoD_439525763
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/TuanHAHunterWoD_439525763.dll
----------------------------------------
Refreshment_1892021711
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/Refreshment_1892021711.dll
----------------------------------------
Anti Drown_402862343
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/Anti%20Drown_402862343.dll
----------------------------------------
DrinkPotions_448951103
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/DrinkPotions_448951103.dll
----------------------------------------
ItemForAuraQuestHelper_557441571
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/ItemForAuraQuestHelper_557441571.dll
----------------------------------------
NUuvddSMcSdLtjQXOIDOCdPjPYLq
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
EvDgZRhGwcKMjaHngVRByXeMeuWw
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
Singular_1966931635
Assembly Version: 4.0.0.4449
Win32 Version: 4.0.0.4449
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/Singular_1966931635.dll
----------------------------------------
TuanHA_Combat_Routine
Assembly Version: 6.1.5550.2408
Win32 Version: 0.0.0.0
CodeBase: file:///D:/storage/HBNew/CompiledAssemblies/TuanHAHunterWoD_439525763.dll
----------------------------------------
hqWOCezkBGzhkdzVOKfSwikfECu
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13286.775
CodeBase: file:///D:/storage/HBNew/Honorbuddy.exe
----------------------------------------
PresentationFramework-SystemData
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Dynamic
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
Back
Top