Transaction Manager - exit code during transaction?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm working on a series of macros, and I've noticed some weird behaviour with Inventor. I think it's related to debugging the macros - which use transaction manager - and ending (breaking) the code execution during a transaction. The errors are things like the browser not updating (sketches and features have been deleted, but are still showing in the browser. Or selecting features in the browser highlights them in the window, but they don't highlight in the browser) and other errors like sketch geometry not changing on the screen when I modify them - after a few zoom-in/zoom-out actions it will eventually refresh.
So my question is: Is there any problems with breaking code execution after starting a transaction? If so, what should I be doing?