George James · Nov 4, 2016 go to post

Nikita

The following example will cause your process to drop into programmer mode if it is set as the user's startup routine:

ZitRoStart
  write "hello", !
  do ^%SYS.PMODE

When a routine is specified as the user's startup routine the process starts in "application mode", sometimes referred to as a tied routine.  Calling routine %SYS.PMODE forces the process into programmer mode if it was started in application mode.

George

George James Software
www.georgejames.com

George James · Nov 2, 2016 go to post

Jeff

You can use Serenji instead of Studio for editing and debugging on GT.M.

To keep this thread on topic you can also use Serenji as an excellent alternative to Studio for debugging on Cache and Ensemble.

George

George James · Oct 27, 2016 go to post

Evgeny

The RSS feed is still not working.  The title element is empty, which breaks a lot of news readers.

When is this likely to get fixed?

George

George James · Oct 25, 2016 go to post

Mike, the number is the number of people who have subscribed to this post.  The star is a button and if you click on it then you can subscribe or unsubscribe to the post.

George

George James · Oct 25, 2016 go to post

RSS feeds are still broken.  Many news readers will not accept feeds that have a blank title element.  It is impossible to subscribe unless there is *something* in the title element.  <title></title> is not acceptable to my preferred news reader.

George James · Jun 21, 2016 go to post

Isaac

You have a typo.  The service type should be forking not fork.

George