IPEfluencer
IPEfluencer
When OpenGL extensions are used that have been referenced by wglGetProcAddress, the debugger gets stuck when calling this extension, i.e. executing a single step with that extension is not possible:...
When a watched variable is modified (using right-click on it) the update is always delayed:  The variable test has been modified to value 50, but it is displayed correctly...
When a variable is redefined in subroutines, the debugger watcher does not properly update its value, example:  The variable was initially set to 2 at the main function but...
When I choose "Go To Implementation" (e.g. by clicking on a function name while holding ctrl key), it does not work in some cases, e.g.:  After removing the *...
Dev-Cpp gives an error ("Out of Memory...") or even crashes (rasing an "Access violation"), when I double-click on the 1st line in the following compiler result window:  To get...
When the search dialog window is open, pressing Escape key does not close this window (as it was the case in former versions, e.g. 5.11). I really miss this handy...
When double-clicking on func1 at the function overview list (see left-hand side of the screenshot), the first line of func1 (here at line "1") is selected in the editor window...