Forum Replies Created
-
AuthorPosts
-
ExtSolParticipant
Thank you very much!
ExtSolParticipantThe embedded memory explorer window is showing wrong values:
When i add new section, not showed:
July 20, 2019 at 21:35 in reply to: Reprogram error after clear sector 11 of flash in runtime #25414ExtSolParticipantDear Support,
After your answer, i generate code with STM32CubeMx and imported to Visual Studio with VisualGDB.
Now, the code is using the original ST engineers driver, name is HAL.
I only call functions:
HAL_FLASH_Unlock();
FLASH_Erase_Sector(FLASH_SECTOR_11, VOLTAGE_RANGE_3);
HAL_FLASH_Lock();in main, before loop while(1).
First start of debugging is ok, when i restart the debugging, i get the some error:
GDB Session window:
VisualGDB is licensed to …………………….
Error erasing flash with vFlashErase packetOpenOCD window:
Open On-Chip Debugger 0.10.0 (2019-07-15) [https://github.com/sysprogs/openocd]
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg
Info : auto-selecting first available session transport “hla_swd”. To override use ‘transport select <transport>’.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : clock speed 2000 kHz
Info : STLINK V2J32S7 (API v2) VID:PID 0483:3748
Info : Target voltage: 3.243329
Info : stm32f4x.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : Listening on port 54327 for gdb connections
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08001348 msp: 0x20020000
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
VisualGDB_OpenOCD_Ready
Info : Listening on port 6666 for tcl connections
Info : Listening on port 54328 for telnet connections
Info : accepting ‘gdb’ connection on tcp/54327
Info : device id = 0x10036413
Info : flash size = 1024 kbytes
Info : flash size = 512 bytes
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Error: timed out while waiting for target halted
TARGET: stm32f4x.cpu – Not halted
Info : device id = 0x10036413
Warn : STM32 flash size failed, probe inaccurate – assuming 1024k flash
Info : flash size = 1024 kbytes
Info : flash size = 512 bytes
flash_bank_summary:0x8000000|0x100000|stm32f4x.flash
flash_bank_summary:0x1fff7800|0x200|stm32f4x.otp
FLASH progress reporting is now onError: jtag status contains invalid mode value – communication failure
Polling target stm32f4x.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 100ms
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Info : Unable to match requested speed 2000 kHz, using 1800 kHz
Error: mem2array: Read @ 0xe0042004, w=4, cnt=1, failed
Error executing event examine-end on target stm32f4x.cpu:
mem_helper.tcl:6: Error:
in procedure ‘ocd_process_reset’
in procedure ‘ocd_process_reset_inner’ called at file “embedded:startup.tcl”, line 214
in procedure ‘mmw’ called at file “target/stm32f4x.cfg”, line 79
in procedure ‘mrw’ called at file “mem_helper.tcl”, line 36
at file “mem_helper.tcl”, line 6
Error executing event gdb-flash-erase-start on target stm32f4x.cpu:Info : Erasing FLASH: 0x08000000-0x08004000…
Error: Target not halted
Error: failed erasing sectors 0 to 0
Error: flash_erase returned -304
Info : Previous state query failed, trying to reconnect
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08001348 msp: 0x20020000
Polling target stm32f4x.cpu failed, trying to reexamine
Info : stm32f4x.cpu: hardware has 6 breakpoints, 4 watchpointsExtSolParticipantDear Support,
Feature Request: can you make show strings at the marked position in Live Variables window?
Source: https://pastebin.com/qijLaMgP
- This reply was modified 5 years, 3 months ago by ExtSol.
- This reply was modified 5 years, 3 months ago by ExtSol.
- This reply was modified 5 years, 3 months ago by support.
- This reply was modified 5 years, 3 months ago by support.
Attachments:
You must be logged in to view attached files.ExtSolParticipantDear Support,
Feature Request: can you make show enum value names at the marked position in Live Variables window?
Source: https://pastebin.com/qQiXGs45
Attachments:
You must be logged in to view attached files.ExtSolParticipantC:\SysGCC\arm-eabi\bin\arm-eabi-gdb.exe –interpreter mi “C:\Users\ExtSol\Desktop\VisualGDBTemplate\VisualGDB\Debug\VisualGDBTemplate”
[ 0 ms] -gdb-version
[ 34 ms] =thread-group-added,id=”i1″
[ 34 ms] ~”GNU gdb (GDB) 8.0.1\n”
[ 34 ms] ~”Copyright (C) 2017 Free Software Foundation, Inc.\n”
[ 34 ms] ~”License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law. Type \”show copying\”\nand \”show warranty\” for details.\n”
[ 35 ms] ~”This GDB was configured as \”–host=i686-w64-mingw32 –target=arm-eabi\”.\nType \”show configuration\” for configuration details.”
[ 35 ms] ~”\nFor bug reporting instructions, please see:\n”
[ 35 ms] ~”<http://www.gnu.org/software/gdb/bugs/>.\n”
[ 35 ms] ~”Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n”
[ 35 ms] ~”For help, type \”help\”.\n”
[ 35 ms] ~”Type \”apropos word\” to search for commands related to \”word\”…\n”
[ 35 ms] ~”Reading symbols from C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\VisualGDB\\Debug\\VisualGDBTemplate…”
[ 35 ms] ~”done.\n”
[ 36 ms] ~”GNU gdb (GDB) 8.0.1\n”
[ 36 ms] ~”Copyright (C) 2017 Free Software Foundation, Inc.\n”
[ 36 ms] ~”License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law. Type \”show copying\”\nand \”show warranty\” for details.\n”
[ 36 ms] ~”This GDB was configured as \”–host=i686-w64-mingw32 –target=arm-eabi\”.\nType \”show configuration\” for configuration details.”
[ 36 ms] ~”\nFor bug reporting instructions, please see:\n”
[ 36 ms] ~”<http://www.gnu.org/software/gdb/bugs/>.\n”
[ 36 ms] ~”Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n”
[ 36 ms] ~”For help, type \”help\”.\n”
[ 36 ms] ~”Type \”apropos word\” to search for commands related to \”word\”.\n”
[ 36 ms] ^done
[ 36 ms] -list-features
[ 37 ms] ^done,features=[“frozen-varobjs”,”pending-breakpoints”,”thread-info”,”data-read-memory-bytes”,”breakpoint-notifications”,”ada-task-info”,”language-option”,”info-gdb-mi-command”,”undefined-command-error-code”,”exec-run-start-option”]
[ 37 ms] -gdb-set disassembly-flavor intel
[ 37 ms] ^error,msg=”No symbol \”disassembly\” in current context.”
[ 37 ms] -gdb-set print demangle off
[ 37 ms] ^done
[ 38 ms] set remotetimeout 60
[ 47 ms] &”set remotetimeout 60\n”
[ 47 ms] =cmd-param-changed,param=”remotetimeout”,value=”60″
[ 47 ms] ^done
[ 47 ms] target remote :49841
[ 47 ms] &”target remote :49841\n”
[ 53 ms] ~”Remote debugging using :49841\n”
[ 59 ms] =thread-group-started,id=”i1″,pid=”42000″
[ 59 ms] =thread-created,id=”1″,group-id=”i1″
[ 61 ms] ~”Reset_Handler () at C:/Users/ExtSol/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F1xxxx/StartupFiles/startup_stm32f103xb.c:572\n”
[ 61 ms] ~”572\t\tfor (pSource = &_sidata, pDest = &_sdata; pDest != &_edata; pSource++, pDest++)\n”
[ 61 ms] *stopped,frame={addr=”0x080001dc”,func=”Reset_Handler”,args=[],file=”C:/Users/ExtSol/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F1xxxx/StartupFiles/startup_stm32f103xb.c”,fullname=”C:\\Users\\ExtSol\\AppData\\Local\\VisualGDB\\EmbeddedBSPs\\arm-eabi\\com.sysprogs.arm.stm32\\STM32F1xxxx\\StartupFiles\\startup_stm32f103xb.c”,line=”572″},thread-id=”1″,stopped-threads=”all”
[ 62 ms] ^done
[ 62 ms] info shared
[ 71 ms] &”info shared\n”
[ 71 ms] ~”No shared libraries loaded at this time.\n”
[ 71 ms] ^done
[ 71 ms] mon halt
[ 71 ms] &”mon halt\n”
[ 73 ms] ^done
[ 73 ms] mon reset init
[ 73 ms] &”mon reset init\n”
[ 90 ms] @”target halted due to debug-request, current mode: Thread \n”
[ 90 ms] @”xPSR: 0x01000000 pc: 0x080001dc msp: 0x20005000\n”
[ 91 ms] ^done
[ 91 ms] load
[ 101 ms] &”load\n”
[ 145 ms] ~”Loading section .isr_vector, size 0x10c lma 0x8000000\n”
[ 145 ms] +download,{section=”.isr_vector”,section-size=”268″,total-size=”6422″}
[ 146 ms] +download,{section=”.isr_vector”,section-sent=”268″,section-size=”268″,total-sent=”268″,total-size=”6422″}
[ 146 ms] ~”Loading section .text, size 0x1c4 lma 0x800010c\n”
[ 146 ms] +download,{section=”.text”,section-size=”452″,total-size=”6422″}
[ 146 ms] ~”Loading section .init_array, size 0x4 lma 0x80002d0\n”
[ 146 ms] +download,{section=”.init_array”,section-size=”4″,total-size=”6422″}
[ 146 ms] ~”Loading section .fini_array, size 0x4 lma 0x80002d4\n”
[ 146 ms] +download,{section=”.fini_array”,section-size=”4″,total-size=”6422″}
[ 223 ms] ~”Start address 0x80001dc, load size 728\n”
[ 223 ms] ~”Transfer rate: 5 KB/sec, 182 bytes/write.\n”
[ 223 ms] ^done
[ 224 ms] -data-evaluate-expression “sizeof(void *)”
[ 233 ms] ^done,value=”4″
[ 233 ms] -data-evaluate-expression “sizeof(int)”
[ 243 ms] ^done,value=”4″
[ 243 ms] -data-evaluate-expression “sizeof(short)”
[ 243 ms] ^done,value=”2″
[ 243 ms] -data-evaluate-expression “sizeof(long)”
[ 243 ms] ^done,value=”4″
[ 243 ms] -data-evaluate-expression “sizeof(long long)”
[ 244 ms] ^done,value=”8″
[ 244 ms] -data-evaluate-expression “sizeof(char)”
[ 244 ms] ^done,value=”1″
[ 244 ms] -data-evaluate-expression “sizeof(wchar_t)”
[ 244 ms] ^error,msg=”No symbol \”wchar_t\” in current context.”
[ 244 ms] -data-evaluate-expression “sizeof(float)”
[ 244 ms] ^done,value=”4″
[ 244 ms] -data-evaluate-expression “sizeof(double)”
[ 244 ms] ^done,value=”8″
[ 244 ms] -data-evaluate-expression “sizeof(long double)”
[ 245 ms] ^done,value=”8″
[ 267 ms] info target
[ 276 ms] &”info target\n”
[ 276 ms] ~”Symbols from \”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\VisualGDB\\Debug\\VisualGDBTemplate\”.\n”
[ 276 ms] ~”Remote serial target in gdb-specific protocol:\n”
[ 276 ms] ~”Debugging a target over a serial line.\n”
[ 276 ms] ~”\tWhile running this, GDB does not access memory from…\n”
[ 276 ms] ~”Local exec file:\n”
[ 276 ms] ~”\t`C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\VisualGDB\\Debug\\VisualGDBTemplate’, file type elf32-littlearm.\n”
[ 276 ms] ~”\tEntry point: 0x80001dc\n”
[ 276 ms] ~”\t0x08000000 – 0x0800010c is .isr_vector\n”
[ 276 ms] ~”\t0x0800010c – 0x080002d0 is .text\n”
[ 276 ms] ~”\t0x080002d0 – 0x080002d4 is .init_array\n”
[ 276 ms] ~”\t0x080002d4 – 0x080002d8 is .fini_array\n”
[ 276 ms] ~”\t0x20000000 – 0x20000000 is .data\n”
[ 276 ms] ~”\t0x20000000 – 0x20000020 is .bss\n”
[ 276 ms] ^done
[ 278 ms] -break-insert -f C:/Users/ExtSol/Desktop/VisualGDBTemplate/VisualGDBTemplate.c:16
[ 290 ms] ^done,bkpt={number=”1″,type=”breakpoint”,disp=”keep”,enabled=”y”,addr=”0x080002a8″,func=”main”,file=”VisualGDBTemplate.c”,fullname=”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\VisualGDBTemplate.c”,line=”16″,thread-groups=[“i1″],times=”0″,original-location=”C:/Users/ExtSol/Desktop/VisualGDBTemplate/VisualGDBTemplate.c:16″}
[ 290 ms] -break-after 1 0
[ 300 ms] ^done
[ 300 ms] info symbol 0x80002a8
[ 300 ms] &”info symbol 0x80002a8\n”
[ 300 ms] ~”main + 24 in section .text\n”
[ 300 ms] ^done
[ 300 ms] info line *0x80002a8
[ 301 ms] &”info line *0x80002a8\n”
[ 301 ms] ~”Line 16 of \”VisualGDBTemplate.c\” starts at address 0x80002a8 <main+24> and ends at 0x80002ae <main+30>.\n”
[ 301 ms] ^done
[ 301 ms] -file-list-exec-source-files
[ 302 ms] ^done,files=[{file=”C:/Users/ExtSol/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.stm32/STM32F1xxxx/StartupFiles/startup_stm32f103xb.c”,fullname=”C:\\Users\\ExtSol\\AppData\\Local\\VisualGDB\\EmbeddedBSPs\\arm-eabi\\com.sysprogs.arm.stm32\\STM32F1xxxx\\StartupFiles\\startup_stm32f103xb.c”},{file=”VisualGDBTemplate.c”,fullname=”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\VisualGDBTemplate.c”},{file=”c:\\sysgcc\\arm-eabi\\arm-eabi\\sys-include\\machine/_default_types.h”,fullname=”c:\\sysgcc\\arm-eabi\\arm-eabi\\sys-include\\machine\\_default_types.h”},{file=”c:\\sysgcc\\arm-eabi\\arm-eabi\\sys-include\\sys/_stdint.h”,fullname=”c:\\sysgcc\\arm-eabi\\arm-eabi\\sys-include\\sys\\_stdint.h”},{file=”CMSIS/Include/core_cm3.h”,fullname=”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\CMSIS\\Include\\core_cm3.h”},{file=”CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h”,fullname=”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\CMSIS\\Device\\ST\\STM32F1xx\\Include\\system_stm32f1xx.h”},{file=”../../../../../../../newlib/newlib/libc/misc/init.c”,fullname=”/q/gnu/newlib-nano/gcc-arm-none-eabi-6-2017-q2-update/src/newlib-build/arm-eabi/thumb/cortex_m3/newlib/libc/misc/../../../../../../../newlib/newlib/libc/misc/init.c”},{file=”CMSIS/Device/ST/STM32F1xx/Source/system_stm32f1xx.c”,fullname=”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\CMSIS\\Device\\ST\\STM32F1xx\\Source\\system_stm32f1xx.c”}]
[ 303 ms] -data-evaluate-expression “&_estack”
[ 312 ms] ^done,value=”0x20005000″
[ 312 ms] -var-create – * “*((void **)0x20004ffc)”
[ 324 ms] ^done,name=”var1″,numchild=”0″,value=”0x20004ffc”,type=”void *”,has_more=”0″
[ 324 ms] -var-assign “var1″ 0x1e16e18a
[ 336 ms] ^done,value=”0x1e16e18a”
[ 336 ms] -data-evaluate-expression “\*\(\(void\ \*\*\)0x20004ffc\)”
[ 336 ms] ^done,value=”0x1e16e18a”
[ 336 ms] -break-insert -f main
[ 339 ms] ^done,bkpt={number=”2″,type=”breakpoint”,disp=”keep”,enabled=”y”,addr=”0x08000294″,func=”main”,file=”VisualGDBTemplate.c”,fullname=”C:\\Users\\ExtSol\\Desktop\\VisualGDBTemplate\\VisualGDBTemplate.c”,line=”13″,thread-groups=[“i1″],times=”0″,original-location=”main”}
[ 1959 ms] -break-delete 1
[ 1960 ms] ^done
[ 1960 ms] -gdb-exit
[ 1960 ms] ^exit
[ 1960 ms] =thread-group-exited,id=”i1″ExtSolParticipantVideos:
ExtSolParticipantI repaired VS 2019 install and work fine. Then create new project, not work again.
Repaired again, and create new project, now works fine… this is a random error… A not have any idea why doing this.
Please analize this issue
ExtSolParticipantExtSolParticipantThank you 🙂
ExtSolParticipantHere is the diagnostic results:
Initializing assemblies: 9 msec
Registering factories: 75 msec
D:\Drive\Project\uc\WIFIRemote_VisualGDB\WIFIRemote\WIFIRemote\WIFIRemote.vcxproj is a VisualGDB project. Loading VisualGDB…
Initializing VisualGDB 5.4.110.3225
Checking fonts/colors: 9 msec
Level 2 initialization: 616 msec
Checking if a VisualGDB-based project is being loaded…: 837 msec => Loading VisualGDB
ShouldRedirectToVisualGDBImpl(): D:\Drive\Project\uc\WIFIRemote_VisualGDB\WIFIRemote\WIFIRemote\WIFIRemote-Debug.vgdbsettings vgdb://TargetPath=D:\Drive\Project\uc\WIFIRemote_VisualGDB\WIFIRemote\VisualGDB\Debug\WIFIRemote
Searching for active configuration for WIFIRemote\WIFIRemote.vcxproj…
Trying fast lookup…
Found! Configuration name = Debug
Searching for active configuration for WIFIRemote\WIFIRemote.vcxproj…
Trying fast lookup…
Found! Configuration name = Debug
Searching for active configuration for WIFIRemote\WIFIRemote.vcxproj…
Trying fast lookup…
Found! Configuration name = Debug
No RTOS found in D:\Drive\Project\uc\WIFIRemote_VisualGDB\WIFIRemote\VisualGDB\Debug\WIFIRemote
Launching gdbserver…
Launching C:\Users\ExtSol\AppData\Local\VisualGDB\EmbeddedDebugPackages\com.sysprogs.arm.openocd\bin\openocd.exe -c “gdb_port 56379” -c “telnet_port 56380” -f interface/stlink.cfg -c “transport select hla_swd” -f target/stm32f1x.cfg -c init -c “reset init” -c “echo VisualGDB_OpenOCD_Ready”…
[+46567] ExecuteRawCommand(-gdb-version, f)
[+36] GDB command result:^done
[+0] ExecuteRawCommand(-list-features, f)
[+0] GDB command result:^done,features=[“frozen-varobjs”,”pending-breakpoints”,”thread-info”,”data-read-memory-bytes”,”breakpoint-notifications”,”ada-task-info”,”language-option”,”info-gdb-mi-command”,”undefined-command-error-code”,”exec-run-start-option”]
[+0] ExecuteRawCommand(-gdb-set disassembly-flavor intel, f)
[+0] GDB command result:^error,msg=”No symbol \”disassembly\” in current context.”
[+0] ExecuteRawCommand(-gdb-set print demangle off, f)
[+1] GDB command result:^done
[+0] ExecuteRawCommand(set remotetimeout 60, c)
[+11] GDB command result:^done
[+0] ExecuteRawCommand(target remote :56379, c)
[+14] ExecuteRawCommand(info shared, c)
[+0] GDB command result:^done
[+0] ExecuteRawCommand(mon halt, c)
[+10] GDB command result:^done
[+13] GDB command result:^done
[+0] ExecuteRawCommand(mon reset init, c)
[+29] GDB command result:^done
[+1] ExecuteRawCommand(mon report_flash_progress 1, c)
[+13] GDB command result:^done
[+7] ExecuteRawCommand(load, c)
&”load\n”
~”Loading section .isr_vector, size 0x10c lma 0x8000000\n”
+download,{section=”.isr_vector”,section-size=”268″,total-size=”139633″}
+download,{section=”.isr_vector”,section-sent=”268″,section-size=”268″,total-sent=”268″,total-size=”139633″}
~”Loading section .text, size 0x108c lma 0x800010c\n”
+download,{section=”.text”,section-size=”4236″,total-size=”139633″}
~”Loading section .init_array, size 0x4 lma 0x8001198\n”
+download,{section=”.init_array”,section-size=”4″,total-size=”139633″}
~”Loading section .fini_array, size 0x4 lma 0x800119c\n”
+download,{section=”.fini_array”,section-size=”4″,total-size=”139633″}
~”Loading section .data, size 0x64 lma 0x80011a0\n”
+download,{section=”.data”,section-size=”100″,total-size=”139633″}
~”Start address 0x8001080, load size 4612\n”
~”Transfer rate: 12 KB/sec, 922 bytes/write.\n”
^done
(gdb)
[+362] GDB command result:^done
[+2] ExecuteRawCommand(-data-evaluate-expression “sizeof(void *)”, f)
[+8] GDB command result:^done,value=”4″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(int)”, f)
[+10] GDB command result:^done,value=”4″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(short)”, f)
[+11] GDB command result:^done,value=”2″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(long)”, f)
[+0] GDB command result:^done,value=”4″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(long long)”, f)
[+1] GDB command result:^done,value=”8″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(char)”, f)
[+0] GDB command result:^done,value=”1″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(wchar_t)”, f)
[+1] GDB command result:^done,value=”4″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(float)”, f)
[+0] GDB command result:^done,value=”4″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(double)”, f)
[+0] GDB command result:^done,value=”8″
[+0] ExecuteRawCommand(-data-evaluate-expression “sizeof(long double)”, f)
[+0] GDB command result:^done,value=”8″
Searching for active configuration for WIFIRemote\WIFIRemote.vcxproj…
Trying fast lookup…
Found! Configuration name = Debug
[+24] ExecuteRawCommand(info target, c)
[+7] GDB command result:^done
[+2] ExecuteFrameSensitiveCommand(-data-evaluate-expression “&_estack”, -1, -1)
[+0] ExecuteRawCommand(-data-evaluate-expression “&_estack”, f)
[+9] GDB command result:^done,value=”0x20005000″
[+0] ExecuteFrameSensitiveCommand(-var-create – * “*((void **)0x20004ffc)”, -1, -1)
[+0] ExecuteRawCommand(-var-create – * “*((void **)0x20004ffc)”, f)
[+1] GDB command result:^done,name=”var1″,numchild=”0″,value=”0x80010b1 <Reset_Handler+48>”,type=”void *”,has_more=”0″
[+0] ExecuteRawCommand(-var-assign “var1″ 0x61d7663b, f)
[+2] GDB command result:^done,value=”0x61d7663b”
[+0] ExecuteFrameSensitiveCommand(-data-evaluate-expression “\*\(\(void\ \*\*\)0x20004ffc\)”, -1, -1)
[+0] ExecuteRawCommand(-data-evaluate-expression “\*\(\(void\ \*\*\)0x20004ffc\)”, f)
[+1] GDB command result:^done,value=”0x61d7663b”
[+0] ExecuteRawCommand(-break-insert -f main, f)
[+3] GDB command result:^done,bkpt={number=”1″,type=”breakpoint”,disp=”keep”,enabled=”y”,addr=”0x08000fb4″,func=”main”,file=”WIFIRemote.c”,fullname=”D:\\Drive\\Project\\uc\\WIFIRemote_VisualGDB\\WIFIRemote\\WIFIRemote\\WIFIRemote.c”,line=”8″,thread-groups=[“i1″],times=”0″,original-location=”main”}
[+1612] ExecuteRawCommand(-gdb-exit, f)
[+19] GDB command result:^exitExtSolParticipantJust a moment,
Visual Studio 2017 + VisualGDB-5.4.110.3225.msi are working fine.
only VS 2019 + VisualGDB-5.4.110.3225.msi not working.
I procedure the log which your request and i will try to reinstall VS 2019
ExtSolParticipantI think the problem is my notebook resolution. I have 4K resolution (3200×1800).
I think this high resolution not fully supported in VisualGDB view windows.
- This reply was modified 5 years, 4 months ago by ExtSol.
ExtSolParticipantits ok, thank you
-
AuthorPosts