python3-trepan icon indicating copy to clipboard operation
python3-trepan copied to clipboard

A gdb-like Python3 Debugger in the Trepan family

Results 11 python3-trepan issues
Sort by recently updated
recently updated
newest added

As I hinted at in https://github.com/rocky/python3-trepan/issues/22#issuecomment-1219634096, my use of `breakpoint()` to enter the debugger seems to be causing a strange error on termination. It seems similar to the issue fixed...

dd81b32 is a simple modification that fixes the behaviour of "list .". While I was at it, with dd81b32 I also fixed the number of lines printed as a result...

I was trying to use this debugger and expected some kind of compatibility with the `pdb` family of debuggers and the `PYTHONBREAKPOINT` and `breakpoint()` built-in that was introduced in Python...

Something underneath the breakpoint mechanic appears to create a file called `.coverage`, and if this fails, the breakpoint cannot be set. The file does not seem to actually be required,...

Hi, It seems trepan3k is not able to stop in breakpoints put inside a function launched as a thread target. For example, for the script: ```python {.line-numbers} class:"lineNo" import threading...

Hi, I have been testing conditional breakpoints, but I have found some problems applying the condition directly when defining the breakpoints: **Python script used as example:** ```python import sys def...

I've installed trepan3k in my python34 environment. I can run trepan3k. I can invoke it from within my python program. However whenever I try to issue gdb-like commands, I get...

I just tried using this with DDD on Debian and it doesn't appear to be compatible at this point. DDD does support a --debugger flag and it seems like it...

info threads\n thread {thread_id}\n switch threads

Need information