Daniel Collin

Results 159 issues of Daniel Collin

Something that is supported in the ProDG (for PS3) debugger is that when you select to load a executable you can check a checkbox called "stop at main" This is...

Right now we have a hard-coded list of plugins. Instead we should just traverse the plugin directory and load the files which are placed there.

Need something to store global and local settings. Maybe Sublime's approach can be good here (all settings can be overridden in a local config) Also do we want to include...

inprogress

Something similar to Sublimes package manager which is quite nice and integrated. Hopefully usable for other things as well (like prebuilt libs)

Allow other editors to set breakpoints, start debugging, etc

It would be nice to figure out a good structure for third-party libs that we want to have in binary form. For example LLDB//etc takes quite a while to build....

Epic for live mode. Usually when debugging you step your code to find issues. There is nothing wrong with that but sometimes you want to actually see data changes while...

live_mode

emoon commented on Feb 2, 2013 With expressions and what not --- rhm commented on Jan 3, 2014 Conditional breakpoints can be unusably slow in loops because of the round-trip...

Would be convinient if you could right click on variable in locals/watch and say "add data breakpoint / break when changed"