| Anonymous | Login | Signup for a new account | 2013-05-22 21:10 UTC | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0006211 | opensim | [REGION] Scripting Engine | public | 2012-08-14 10:13 | 2012-08-18 11:32 | |||||
| Reporter | SignpostMarv | |||||||||
| Assigned To | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||
| Status | new | Resolution | open | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | ||||||||||
| Target Version | Fixed in Version | |||||||||
| Summary | 0006211: unhandled EventAbortException exception in state changes suspends the sim while running in debug mode from an IDE | |||||||||
| Description | When changing states it seems that EventAbortException is thrown but unhandled, so when debugging from c# express the entire sim is halted. I suspect if one were debugging opensim with a region that has more than a small amount of scripts, this would becoming incredibly annoying to the point of interfering with debugging efforts. | |||||||||
| Steps To Reproduce | 1) Launch in debug mode from an IDE 2) use script in additional info field | |||||||||
| Additional Information | default { state_entry() { llSay(0, "Script running"); } touch_start(integer t) { state trigger_debug_annoyance; } } state trigger_debug_annoyance { state_entry() { llSay(0, "If you're running in debug mode from an IDE, it should've just done something now."); } } | |||||||||
| Tags | No tags attached. | |||||||||
| Git Revision or version number | 3ecd390 | |||||||||
| Run Mode | Standalone (1 Region) | |||||||||
| Physics Engine | BasicPhysics | |||||||||
| Environment | .NET / Windows32 | |||||||||
| Mono Version | None | |||||||||
| Viewer | ||||||||||
| Attached Files | ||||||||||
Relationships |
||||||
|
||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-08-18 11:32 | DMX04 | New Issue | |
| 2012-08-18 11:32 | DMX04 | Issue generated from: 0006154 | |
| Copyright © 2000 - 2012 MantisBT Group |