Re: Which debugger can explain InvalidMemoryOperationError?

2019-01-17 Thread Rainer Schuetze via Digitalmars-d-debugger
On 17/01/2019 23:12, Victor Porton wrote: > On Thursday, 17 January 2019 at 16:37:55 UTC, Victor Porton wrote: >> After main() of my program finishes, I have this error message: >> >> core.exception.InvalidMemoryOperationError@core/exception.d(700): >> Invalid memory operation >> >> Which

Re: Which debugger can explain InvalidMemoryOperationError?

2019-01-17 Thread Victor Porton via Digitalmars-d-debugger
On Thursday, 17 January 2019 at 16:37:55 UTC, Victor Porton wrote: After main() of my program finishes, I have this error message: core.exception.InvalidMemoryOperationError@core/exception.d(700): Invalid memory operation Which debugger (preferably with a GUI interface) do you suggest to

Re: Which debugger can explain InvalidMemoryOperationError?

2019-01-17 Thread Victor Porton via Digitalmars-d-debugger
On Thursday, 17 January 2019 at 20:41:27 UTC, Alex wrote: On Thursday, 17 January 2019 at 16:37:55 UTC, Victor Porton wrote: After main() of my program finishes, I have this error message: core.exception.InvalidMemoryOperationError@core/exception.d(700): Invalid memory operation Which

Re: Which debugger can explain InvalidMemoryOperationError?

2019-01-17 Thread Alex via Digitalmars-d-debugger
On Thursday, 17 January 2019 at 16:37:55 UTC, Victor Porton wrote: After main() of my program finishes, I have this error message: core.exception.InvalidMemoryOperationError@core/exception.d(700): Invalid memory operation Which debugger (preferably with a GUI interface) do you suggest to