Daniel Collin
Daniel Collin
A context sensitive command list with filter-search would be really cool. It should basically work in the same way as it does in Blender - (press SPACE in any window...
Ran into a big issue with this. It seems when you supply a -moncommands to VICE and it breaks at a given breakpoint the internal VICE monitor will be brought...
The VIC registers ($d000-$d002e) being the most useful Info here http://sta.c64.org/cbm64mem.html
https://github.com/ryanoasis/vim-webdevicons has a nice set of icons for various file types (C++, Lua, etc) and is under MIT licence so would be nice to use those when displaying the filename...
rocketz: Sometimes you see code like this: ``` C++ MyFunc(a->Width(), a->Height(), a->Bla(), b->Foo()); ``` Using the usual "Step Into" will take you to all kinds of functions you might not...
Breakpoint filtering based on callstack, e.g. don't break in the future from this callstack. Also, break only with current callstack from now on.