what is inhomog_var ?

Questions and problems about using polymake go here.
User avatar
assarf
Developer
Posts: 74
Joined: 12 Oct 2011, 15:52

Re: what is inhomog_var ?

Postby assarf » 29 Oct 2014, 14:24

There is something called perldebug: http://perldoc.perl.org/perldebug.html
it is not an IDE. But you can step through perl code, and check the value of certain variables, etc.
no signature

User avatar
gawrilow
Main Author
Posts: 423
Joined: 25 Dec 2010, 17:40

Re: what is inhomog_var ?

Postby gawrilow » 29 Oct 2014, 17:58

Thank you for the confirmation.

Is there a perl IDE like MS Visual Studio for C++? You can follow into the functions, see the value of variables.
Maybe there is one, but I'm not aware of. For `old-fashioned' command line debugging the built-in perl debugger is good enough. See here for basic hints, read `man perldebug' for advanced stuff.


Return to “Helpdesk”