-
Notifications
You must be signed in to change notification settings - Fork 297
bug - fatal exception when stepping into program #574
Description
i opened rad dbg via command line with the following command, (Windows 11)
"C:\sandbox\raddbg\raddbg.exe" "C:\sandbox\Company\Project\Engine\bin\Debug-windows-x86_64\Application.exe"
the raddbg folder contains the extracted contents of the .zip file from the 0.9.20 release
the Debug-windows-x86_64 folder contains the exe and pdb file. the exe was built using msvc 1943
I am able to run the executable, as well as pause and resume execution, but i cannot step into the program via the big button on the splash screen or the Launch and Step Into command via command palette.
I attached the mini dump as well
[Window Title]
Fatal Exception
[Content]
A fatal exception (code 0xc0000005) occurred. The process is terminating.
Press Ctrl+C to copy this text to clipboard, then create a new issue at
https://github.com/EpicGamesExt/raddebugger/issues
Call stack:
- [0x7ff624d0e630] e_type_rhs_string_from_key +1088, eval_types.c line 1860
- [0x7ff624d19b82] ev_string_iter_next +7410, eval_visualization_core.c line 1970
- [0x7ff624dac0ca] rd_value_string_from_eval +378, raddbg_core.c line 9917
- [0x7ff624d9b38b] rd_info_from_watch_row_cell +5803, raddbg_views.c line 1852
- [0x7ff624db9622] rd_view_ui +48962, raddbg_core.c line 4612
- [0x7ff624dff09c] rd_window_frame +152652, raddbg_core.c line 8879
- [0x7ff624d96ac4] rd_frame +156260, raddbg_core.c line 16948
- [0x7ff624d12491] entry_point +11121, raddbg_main.c line 686
- [0x7ff624e58be1] w32_entry_point_caller +2961, os_core_win32.c line 1797
- [0x7ff624e58c7d] wWinMain +29, os_core_win32.c line 1810
- [0x7ff624e5a4c2] __scrt_common_main_seh +262, exe_common.inl line 288
- [0x7fffe4a5259d] KERNEL32
- [0x7fffe5baaf78] ntdll
Version: 0.9.20 [6543dad]
[Generate Crash Dump File] [Close]