Chris Jones
|
5d1ea593d8
|
migrate dbg,err to util.py
|
2009-08-08 01:22:31 +01:00 |
Chris Jones
|
f81b724abc
|
Merge changes from debian package
|
2009-04-24 10:57:17 +01:00 |
Thomas Hurst
|
901b5a8ea4
|
Use "%r" % foo instead of "%s" % repr(foo). No functional changes.
|
2008-11-04 17:01:00 +00:00 |
Thomas Hurst
|
4c0e500c7b
|
Always set some sort of title; if vte's title is None, use the command the terminal is running.
Add an option to spawn a telnet instance to the local debug server in a tab. newtab() and splitaxis() now support a command argument for this.
|
2008-08-07 21:34:47 +01:00 |
Thomas Hurst
|
6a14445c74
|
Debugserver debugging fixups.
|
2008-08-07 18:20:45 +01:00 |
Thomas Hurst
|
9a3ddc0854
|
Do some tidying. Only spawn a server when running with -dd (debug is now a counter, not just a boolean)
|
2008-08-07 17:26:46 +01:00 |
Thomas Hurst
|
61aafbe028
|
Give our debugserver a reasonable starting environment
|
2008-08-07 14:59:10 +01:00 |
Thomas Hurst
|
d0d81fc152
|
Introduce a debug service; spawn a Python REPL on a random local TCP port. Supports basic telnet commands, ^C and ^D work, etc.
|
2008-08-07 05:32:28 +01:00 |