Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

A fast, portable, simple, and free C/C++ IDE

Results 175 Dev-Cpp issues
Sort by recently updated
recently updated
newest added

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...

The language standard highest setting is C++11, though the GNU language standard can be set to GNU C++2a. TDM-GCC 9.2 should be capable of using -std:c++17 or -std:c++2a.

Hello floks, Can you please, adding Monaco Editor Dark theme to Embarcadero Dev Cpp ? like old dark theme in [replit.com] monaco editor link : https://microsoft.github.io/monaco-editor/index.html and the current dark...

![image](https://user-images.githubusercontent.com/46277145/156300248-e9fcaa85-0850-49f0-a675-e3b5abc11bd1.png) ![image](https://user-images.githubusercontent.com/46277145/156300375-fbe3495a-a7d8-4da3-8545-449495367680.png) Maybe it needs UTF-8 support

1.When we open a new CPP file it do not open in the new tab of current window instead it opens new window ,Please fix it 2.When I was dealing...

I want to attach a dll to a running process so I can debug the dll. Can the latest release do this