William Cahill-Manley

Results 14 comments of William Cahill-Manley

The variable display won't be using var_dump. The DBGp protocol implements contexts, each context has properties, properties of certain types such as arrays and objects can have child properties. Contexts...

Also, This thread's screenshot provides some influence on what I aim to do: http://www.sublimetext.com/forum/viewtopic.php?f=5&t=4819

@diaspar I would love to use the file tree for this system, but there is no api for it (at least to my knowledge). One idea I've been toying with...

Sorry guys, this is a known limitation of the way scope is handled. I would really love to dedicate some time to this but work comes first. You will be...

This will be addressed in the rewrite I'm working on now. Expect an update within a day or two, for more info see #36.

This is kind of a known design flaw. I haven't thought of a good method to address this but I will try to come up with something.

That would work in the short term, but there could be multiple paths that need to be replaced, paths for different remotes, etc. Obviously the simplest to implement is what...

I think this is right. How should we decide which configuration to use? When starting the debugger, if multiple definitions defined, show a list? assume last used? host based on...

We can have the command take an optional parameter "dev" or "prod", thus forcing those configs. They can use that as part of the key bindings. If no param is...

I have implemented this in an upcoming rewrite, See #36 for info. The rewrite is not available just yet but should be available for testing within a day or two....