When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
10 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
run it with a debugger attached (should be F5)
it will pause at the location where the crash happens
then you can inspect the state of any variables in scope at any point in the callstack
when you let it finish from the debugger, does it report the same error code?
(or just any non-zero return value)
yeah it sounds like you have some logic to work through
the debugger should help for that though
feel free to ping me if you get stuck
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity