Author Topic: SE22-B2 Slick Stack when debugging perl script  (Read 2757 times)

tuchman

  • Senior Community Member
  • Posts: 144
  • Hero Points: 7
SE22-B2 Slick Stack when debugging perl script
« on: August 13, 2017, 03:38:39 PM »
I get the Slick-Stack below each time I "Start" perl debugger with perl script below.
Host and perl details also below.
Thanks!

1) 2 line perl script:
use Modern::Perl;
exit(0);

2) Slick Stack:
Invalid XMLCFG handle
vsdebug.dll 0x000000005A2A2AE0 dbg-session-finalize(2)   p_window_id: 321   p_object: OI_EDITOR   p_name:
debugpkg.ex 5406 debug_pkg_finalize()   p_window_id: 321   p_object: OI_EDITOR   p_name:
debug.ex 12191 debug_stop(1,0)   p_window_id: 321   p_object: OI_EDITOR   p_name:
debug.ex 28467 debug:debug_session_update_debugger(2,exit,8,0,,0,1,0,0,0,0,0,0,0,0)   p_window_id: 321   p_object: OI_EDITOR   p_name:
debug.ex 30633 _UpdateDebugger(1)   p_window_id: 321   p_object: OI_EDITOR   p_name:
debug.ex 30282 debug_force_update_after_step_or_continue(0)   p_window_id: 321   p_object: OI_EDITOR   p_name:
debug.ex 1844 debug_go(0,,)   p_window_id: 321   p_object: OI_EDITOR   p_name:
compile.ex 1395 project_debug()   p_window_id: 321   p_object: OI_EDITOR   p_name:

3) Host
SlickEdit Pro 2017 (v22.0.0.2 64-bit)
License expiration: 2017-11-07 01:00:00
License file: C:\ProgramData\slickedit\22\slickedit.lic
Build Date: August 11, 2017
Emulation: CUA
OS: Windows 10 x64
OS Version: 10.00.0 
Memory: 61% Load, 2317MB/3767MB Physical, 2561MB/7607MB Page File, 479MB/134217727MB Virtual
Shell Information: C:\WINDOWS\system32\cmd.exe /q
Screen Size: 2048 x 1152
Project Type: Perl
Language: .pl (Perl)
Encoding: Automatic
Installation Directory: C:\bin\se2017\ (non-removable drive,NTFS,36420MB free)
Configuration Directory: c:\data\SE\22.0.0\ (non-removable drive,NTFS,36420MB free)
Migrated from: c:\data\se\21.0.3\

4) perl:
Summary of my perl5 (revision 5 version 24 subversion 0) configuration:
  Platform:
    osname=MSWin32, osvers=6.3, archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.24.0.1 #1 Tue May 10 21:30:49 2016 x64'
« Last Edit: August 13, 2017, 03:50:55 PM by tuchman »

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: SE22-B2 Slick Stack when debugging perl script
« Reply #1 on: August 13, 2017, 07:14:44 PM »
Reproduced. Seems to happen an even simpler perl script:

print("h1\n");
print("h2\n");

Thanks for posting

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: SE22-B2 Slick Stack when debugging perl script
« Reply #2 on: August 14, 2017, 04:37:04 PM »
Thanks for the report.  This will be fixed in Beta 3.