Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to run program
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Duffus McGee  
View profile  
 More options Jul 30 2009, 4:27 pm
From: Duffus McGee <caligulaemperorofr...@yahoo.com>
Date: Thu, 30 Jul 2009 13:27:04 -0700 (PDT)
Local: Thurs, Jul 30 2009 4:27 pm
Subject: How to run program
Hi all, In the zerobugs debugger, how Can I set a home directory so
that I don't have to go through a long path every time I load a
program? Setting the "HOME" variable does not seem to work. Also How
can I run a program in zerobugs that I normally run on command line
as: $ abc < in.xml > out.xml ?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
C. Vlasceanu  
View profile  
 More options Jul 31 2009, 2:35 am
From: "C. Vlasceanu" <cristi.vlasce...@gmail.com>
Date: Thu, 30 Jul 2009 23:35:07 -0700
Local: Fri, Jul 31 2009 2:35 am
Subject: Re: How to run program

1) Use the File --> Execute menu. Click on the Environment button and edit
the HOME var before launching the program.

The complete environment is saved in the history, so if you want to re-run
the program later, you can edit the saved environment. From the zerobugs
menu bar select Tools --> History. In the dialog that opens, find the entry
that corresponds to your executable and right-click on it. Select
Environment from the menu.

2) There is no UI for specifying redirects, but try this hack for a
workaround: make a wrapper shell script like this:
#! /bin/sh
./a.out < test2.c > out.txt

chmod +x wrapper
zero --trace-fork ./wrapper

Then press F10 (or from the menu bar, select Program --> Next) in zerobugs.

On Thu, Jul 30, 2009 at 1:27 PM, Duffus McGee <

caligulaemperorofr...@yahoo.com> wrote:

> Hi all, In the zerobugs debugger, how Can I set a home directory so
> that I don't have to go through a long path every time I load a
> program? Setting the "HOME" variable does not seem to work. Also How
> can I run a program in zerobugs that I normally run on command line
> as: $ abc < in.xml > out.xml ?

> Thanks

--
the-free-meme.blogspot.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »