IPEfluencer

Results 7 issues of 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: ![grafik](https://user-images.githubusercontent.com/67276300/162279065-095e7e9e-c962-4da7-9745-eb000d8084ef.png) 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: ![devcpp_no_watch_update_in_subroutines](https://user-images.githubusercontent.com/67276300/162277687-feb18779-a69c-45d4-b7d8-b8561aac5383.png) 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.: ![](https://user-images.githubusercontent.com/67276300/125677731-46177b97-71be-40a0-8511-33579da6f054.png) 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: ![grafik](https://user-images.githubusercontent.com/67276300/125682355-fb169713-234a-42ab-90c8-ae20c07f7112.png) 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...