I am trying to implement a doubly linked list, but I am having some problems in run time. The code is correct because it has worked before. It seems when I debug the project that when executing it skips lines. When I try to execute the new command to create a new node for the list, the program skips right over the line of code. If anyone has any answers please let me know.<br><br>Thanks in advance