我正在编写一个脚本,以便在Windows和Linux上启动java程序。它需要使用配置文件,因为我将拥有批处理文件(在Windows上)和shell脚本(在Linux上)。Xmx2048M"if exist cmd.config for /F "delims=" %%A IN (cmd.config) DO SET %%Afi
现在,我想以shell格式向文件添加
我使用的是pdl2,这是交互式perl pdl shell,我想添加几行注释来记录下一行代码,这样我以后就可以回顾我的交互式会话。exec "this": No such file or directory at /homes/pmg/pmg-soft/local-perl/local-lib/lib/perl /x86_64-linux可以在pdl2 shell中添加注释吗?
PS:拥有1500个声誉的人
我在gdb中使用参数-b # +L -m运行我的程序,但是当我break main时,argc被报告为2,最后一个可用的参数是"-b"。然而,在GDB中使用show args给了我Argument list to give program being debugged when it is started is "-b # +L -m",这是准确的。Breakpoint 1, main (argc=2, argv=0x7fffffffe028) at args.c:1