pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Implement a function which helps debugging

Open germa89 opened this issue 1 year ago • 2 comments

Somehting like:

debug_pymapdl checks

It should use the CLI.

  • It should check the MAPDL starting point...

germa89 avatar Jan 24 '24 18:01 germa89

I think we should just use the report? And append things there...

germa89 avatar Jan 29 '24 11:01 germa89

I think the whole CLI could be revamped:

Launcher

Replace launch_mapdl https://mapdl.docs.pyansys.com/version/dev/user_guide/cli.html#pymapdl-command-line-interface with

  • pymapdl launch
  • pymapdl stop

converter

https://mapdl.docs.pyansys.com/version/dev/user_guide/convert.html

  • pymapdl convert

for debugging/report

we could have something like:

  • pymapdl debug or pymapdl report... should print the report?

Help

  • pymapdl help open the website for help and/or print useful information to the stdout.

germa89 avatar Feb 13 '24 14:02 germa89