Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Can I step into a program called with `backticks`?

by roboticus (Chancellor)
on Dec 03, 2014 at 18:38 UTC ( [id://1109149]=note: print w/replies, xml ) Need Help??


in reply to Can I step into a program called with `backticks`?

bulrush:

You probably don't need to debug into the script you call via backticks--since it's a separate process, you should be able to just run the program under the debugger. You'll need to verify that you're setting up the arguments and environment properly, but from that point it should be easy enough to debug the program and find out why it's not completing.

Having said that, if your problem is that your spreadsheet isn't getting created, I get that problem occasionally, and usually get no error message for it. Normally it's because I'm holding something open by accident. Normally an explicit close on the workbook causes the spreadsheet to be created.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: Can I step into a program called with `backticks`?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1109149]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-19 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found