Shell tied to script that I've run?

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 5 years and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
sjkoehler122
Posts: 5
Last visit: Wed Oct 20, 2021 9:43 am

Shell tied to script that I've run?

Post by sjkoehler122 »

Product, version and build: PrimalScript 7.3.102
32 or 64 bit version of product: 64 bit version
Operating system: Windows 10 Enterprise 2016 LTSB
32 or 64 bit OS: 64 bit

Hi - after a hiatus away from PrimalScript for a while, I'm back to re-familiarize myself with the product and determine if we should approve the latest version for use in my company. This is probably a silly PrimalScript 101 question, so my apologies if so.

We often have cases where with the ISE we bounce back and forth between the script and a Powershell shell window. Some examples of where we might do this:

Example 1:
$Svcs = Get-Service
Write-Host "Breakpoint"

So here we would breakpoint on the 2nd line, and here's a couple commands I can think of that we might want to run from the shell window:
1) $Svcs.gettype
Although I see we can get type through the Variables window, perhaps there might be times when we have a ton of variables and just want to jump to a shell to retrieve.
2) $Svcs | Get-Member
This would be to see properties, methods, etc. of an object.

I thought I remember having a shell window that was interactive with the script being debugged, but that we just couldn't change variable values from it and whatnot. Or is my only option to to augment the script with these commands and rerun through debug?

I know I'm using an unsupported version, but again please know I'm trying to determine if we should approve the latest version for ordering. That aside, any help or guidance is greatly appreciated.

Thank you so much!


Steve
User avatar
mxtrinidad
Posts: 399
Last visit: Tue May 16, 2023 6:52 am

Re: Shell tied to script that I've run?

Post by mxtrinidad »

I would definitely recommend to get latest version of PrimalScript. We have included the ability to update PowerShell variable during debug.

Please check the latest added feature at the following link: https://www.sapien.com/software/version_history
PrimalScript_DebugVariables_2019-03-08_11-21-18.png
PrimalScript_DebugVariables_2019-03-08_11-21-18.png (230.26 KiB) Viewed 1793 times
This topic is 5 years and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.