1
edit
Changes
→Help Needed
==Help Needed==
* Bug(?): The insert mode in our assignment works as it is supposed to but fails the test when running the test program. Has anyone else encountered this problem, or is this an error on my side?
I had the same problem. Try to replace the original code '''Console::_insertMode''' by just '''insertMode'''. It works for me. Otherwise it is local I guess. So it works within your application but does not react to parameter passed to the function.
==Blog Posts==