Skip to content

Conversation

@adscheevel
Copy link
Collaborator

I updated the ProcessDebugBreakpoint object and debug_add_breakpoint function to be able to add multiple breakpoints as requested in issue:#764.

I also added some new functions for getting current breakpoint details like procedure and current line number as well as new step_in function to complement the step_over, step_out, and continue functions

I shamefully did not update any tests around the breakpoint.

added body_as_dict property. body property modified to convert json to string as constructor returns dict now
modified debug_add_breakpoint function to take iterable of breakpoint objects
added ProcessDebugBreakpoint object qualifier to return specification
odata query to return value for specified variable at current breakpoint
get ti procedure tab at current breakpoint
return line number in TI at current breakpoint
returns datsource record count number at current breakpoint
will return breakpoint object of current breakpoint
removed "process" from function name
added some docstrings to functions that are less than clear
added step_in function to complement step_over
@MariusWirtz
Copy link
Collaborator

Thanks for the changes @adscheevel

I will merge and make a few small enhancements. I think I would create a separate function to add multiple breakpoints debug_add_breakpoints and I will try to add some test cases.

@MariusWirtz MariusWirtz merged commit 57edfbb into cubewise-code:master Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants