-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support a new debugPreStep configuration parameter in launch config #42
Comments
@ptrthomas nice additions. ill try to get to this soon. will Karate just ignore debugPreStep in the debug config if using a version of Karate that doesn't support it yet? also can I document this will be in 0.9.6? |
|
now supported in debug configurations. i left it out of the snippets though so a user would have to explicitly specify it by typing it in. let me know if you think that is ok. also didn't document anything about usage of the debugger. there's so much to the debugger that i hoped users would goto the VSCode documentation to understand how to use it and all of it's features. 36ba80d |
@kirksl I think you have a canned snippet for the since I'm here can I ask - have you documented the need to switch the terminal from "PowerShell" to |
@ptrthomas no worries. i'll reopen to reshape that canned code snippet. regarding switching to cmd.exe yes it's at the bottom of the readme also reflected in the VSCode market place here --> |
@kirksl thanks ! also one more minor change, omit the
|
fixed. 5b25104 |
On the Karate debug-server side, I've added support for a pre-step hook. This is explained here:
https://github.com/intuit/karate/wiki/ZIP-Release#pre-step-hook
In fact it works without any change needed on the VS Code plugin side. I think the only change needed is to declare it, else you get the warning squiggle as seen below:
By the way I implemented the "Copy Value" feature as explained here: microsoft/vscode#27950 (comment)

just mentioning in case this is something you'd like to add to the karate-runner documentation as well.
testing both the above should be simple, just build the
karate.jar
as per the developer guide: https://github.com/intuit/karate/wiki/Developer-Guide#build-standalone-jar-and-zipThe text was updated successfully, but these errors were encountered: