260 Commits (eba80e9a7949968948396dac69cbe4c4ceb3e197)

Author SHA1 Message Date
eidheim 08657ad37f Cleanup: removed notebook and window dependencies in dialogs 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim cc9f8933db Go to cursor improvement and cleanup. Also fixed a potential crash 10 years ago
eidheim 866f5e7614 Minor project cleanup in window.cc 10 years ago
eidheim a717fe7b39 Removed hard DebugClang dependency in Terminal 10 years ago
eidheim 1f6661aa56 Moved project configs to Config::project 10 years ago
eidheim 7ab2211f45 Fixed crash when trying to debug and compile at the same time 10 years ago
eidheim 111028956d Made debug_label static also 10 years ago
eidheim 9be5c1bcf8 Yet another minor fix for older gtk versions 10 years ago
eidheim 29f8ef5613 Minor fix for older gtk versions 10 years ago
eidheim e667a38640 Added Dispatcher class for simpler dispatching of functions from worker threads to gui thread. Also got rid of the Project-singleton by replacing its function with static functions 10 years ago
eidheim edbd713280 Improved separation of what is performed in window and project classes 10 years ago
eidheim e1843d42ef Removed include debug.h from window.cc 10 years ago
eidheim d4e886a31d More project cleanup, some minor things left to do 10 years ago
eidheim e9cc73471d More project cleanup, getting there, soon done 10 years ago
eidheim da0dde1d6f Slight cleanup of project 10 years ago
eidheim 35ab881071 Finished project cleanup 10 years ago
eidheim 07a43c6bd8 WIP: project cleanup, added project classes so that the hard dependency towards clang is removed in Window. In this way, one can add run commands for other project and file types. 10 years ago
eidheim 46bb7da234 Solves #159, added option to save project files on compile/run 10 years ago
eidheim 97da5bd74b Minor cleanup 10 years ago
eidheim 6068cc7774 Now also selects thread when going to a variable 10 years ago
eidheim a50adf87ee Cleanup of dialog tooltips 10 years ago
eidheim bd3c30faba Get iter for dialog positioning cleanup 10 years ago
eidheim 653d77776f Debug show variables finished 10 years ago
eidheim bd668eedfc selectiondialog.* cleanup 10 years ago
Ole Christian Eidheim bc7fcdf01d Added Show Variables in Debug menu 10 years ago
eidheim 246955d292 Minor change 10 years ago
eidheim 1e20e6cdd7 Now selects the frame when backtrace row is activated 10 years ago
eidheim fe219a6e25 Making frame variable smaller if it is too long when using backtrace, and dialogs are now moved to the start of line if activated on iter columns>=80 10 years ago
eidheim 5a04201131 Added module filename in backtrace 10 years ago
eidheim b358917c78 Fixed crash when opening unknown files 10 years ago
eidheim 9ee3255f5f Improved debug menu activation/deactivation, and now does no debug initialization before debug is run 10 years ago
eidheim 25da8e59f1 Fixes to cmake builds 10 years ago
eidheim a9e294218e Cleanup of cmake build system, and no longer runs cmake in debug build every time debug is started 10 years ago
eidheim 76493b7081 Now only shows filename in backtrace dialog 10 years ago
eidheim 463b12ed54 Tooltips now always update after debug stop 10 years ago
U-olece-PC\olece 1448fd742c Fixed crash when debug support is not enabled 10 years ago
eidheim a655b61ea8 Added debug stack backtrace 10 years ago
eidheim 19734953c2 Fixed crash when quitting juci in the middle of starting debug 10 years ago
eidheim 3cd564d89c Fixed freeze when using Go to Stop in menu 10 years ago
eidheim 12d7d07cb4 Now activates/deactivates debug menu items 10 years ago
eidheim ce7567fe29 Now uses lldb API for stepping 10 years ago
eidheim 56eb3ddae1 Added Debug Set Run Arguments and fixed escaping of paths and arguments 10 years ago
eidheim d19fbd9cc7 Executable path escaping improvement 10 years ago
eidheim d131c7936f Added escaping of executables and cmake paths 10 years ago
eidheim 3d74cbba50 Added Project Set Run Arguments 10 years ago
eidheim 019e72a444 Added step-over, step-in and step-out functions to debugging menu 10 years ago
eidheim 293d8bb35f Should now compile on Ubuntu 14 10 years ago
eidheim 3fd1670363 installation instructions improved, and got rid of a compilation warning 10 years ago
eidheim dc8dcae1ff Can now add/remove breakpoints when debug is in running state, also removes stop line mark when debug is in running state 10 years ago