0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added .gitignore file More... about 15 years ago
refactored common parts of _bp_enable and _bp_disable into _set_bp_status More... about 15 years ago
fixed small bug in create_breakpoint More... about 15 years ago
moved show_hiding code to client method (_input_locals_cmd) More... about 15 years ago
refactored value looping code into print_all_values function More... about 15 years ago
refactored value printing code in _input_locals_cmd into seperate function More... about 15 years ago
added a call to get_arguments in _input_locals_cmd More... about 15 years ago
added get_arguments function More... about 15 years ago
changed parameter order and name of show_hidden in get_locals More... about 15 years ago
updated MetadataType.HasElementTypeImpl to return false instead of throwing exception More... about 15 years ago
moved to storing breakpoint list in IPyDebugProces instead of querying active breakpoint from the appdomain changed _bp_delete to _bp_disable added _bp_enable for enabling breakpoints that have been disabled More... about 15 years ago
tweaked _input_repl_cmd and added support Ctrl-Z to exit the REPL console More... about 15 years ago
refactored CorValue display code out of _input_locals_cmd and into dispaly_value More... about 15 years ago
updated extract_value() to retrieve the value of boxed primitive values More... about 15 years ago
changed REPL color to gray on black More... about 15 years ago
removed dependency of PSL code module as it doesn't work quite right with IPy More... about 15 years ago
updated CorValue::CastToStringValue and CorValue::CastToObjectValue to return null if the wrapped COM interface can't be cast to the interface in question More... about 15 years ago
updated _input_repl_cmd to use codeop.compile_command from PSL More... about 15 years ago
reuse a single locals dictionary for the entire REPL session More... about 15 years ago
rename debug mode to REPL console, including changing the keyboard command to R More... about 15 years ago
added _input_debug_cmd (aka the debug console) More... about 15 years ago
added _bp_delete command More... about 15 years ago
updated _bp_list to include breakpoint number and state (active or inactive) More... about 15 years ago
deleted _get_symbol_docs More... about 15 years ago
added _bp_add function for adding breakpoints More... about 15 years ago
moved code to search thru all the symbol documents in a module from OnUpdateModuleSymbols to create_breakpoint More... about 15 years ago
renamed _breakpoint_mgmt to input_breakpoint and changed it to use @inputcmd infrastructure More... about 15 years ago
Added inputcmd decorator to automatically store command methods in a dict keyed by ConsoleKey seperated IPyDebugProcess._input commands out into seperate methods - each with @inputcmd decorator. modified IPyDebugProcess._input to use command dict instead of hardcoded if/elif/else tree More... about 15 years ago
Updated locals command to print "no locals found" when no locals are found More... about 15 years ago
fixed bug in extract_value and updated locals command More... about 15 years ago